Uses of Class
org.citrusframework.jms.endpoint.JmsSyncEndpointBuilder
Packages that use JmsSyncEndpointBuilder
-
Uses of JmsSyncEndpointBuilder in org.citrusframework.jms.endpoint
Methods in org.citrusframework.jms.endpoint that return JmsSyncEndpointBuilderModifier and TypeMethodDescriptionJmsSyncEndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) Sets the connectionFactory property.JmsSyncEndpointBuilder.correlator(MessageCorrelator correlator) Sets the message correlator.JmsSyncEndpointBuilder.destination(jakarta.jms.Destination destination) Sets the destination property.JmsSyncEndpointBuilder.destination(String destinationName) Sets the destinationName property.JmsSyncEndpointBuilder.destinationNameResolver(EndpointUriResolver resolver) Sets the destination name resolver.JmsSyncEndpointBuilder.destinationResolver(org.springframework.jms.support.destination.DestinationResolver resolver) Sets the destination resolver.JmsSyncEndpointBuilder.filterInternalHeaders(boolean filterInternalHeaders) Sets the filterInternalHeaders property.JmsSyncEndpointBuilder.jmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate) Sets the jmsTemplate property.JmsSyncEndpointBuilder.messageConverter(JmsMessageConverter messageConverter) Sets the messageConverter property.JmsSyncEndpointBuilder.pollingInterval(int pollingInterval) Sets the polling interval.JmsSyncEndpointBuilder.pubSubDomain(boolean pubSubDomain) Sets the pubSubDomain property.JmsSyncEndpointBuilder.replyDestination(jakarta.jms.Destination destination) Sets the reply destination property.JmsSyncEndpointBuilder.replyDestination(String destinationName) Sets the reply destinationName property.JmsSyncEndpointBuilder.timeout(long timeout) Sets the default timeout.JmsSyncEndpointBuilder.useObjectMessages(boolean useObjectMessages) Sets the useObjectMessages property.