Uses of Class
org.citrusframework.jms.endpoint.JmsEndpointBuilder
Packages that use JmsEndpointBuilder
-
Uses of JmsEndpointBuilder in org.citrusframework.jms.endpoint
Methods in org.citrusframework.jms.endpoint that return JmsEndpointBuilderModifier and TypeMethodDescriptionJmsEndpointBuilder.autoStart(boolean autoStart) Sets the autoStart property.JmsEndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) Sets the connectionFactory property.JmsEndpointBuilder.destination(jakarta.jms.Destination destination) Sets the destination property.JmsEndpointBuilder.destination(String destinationName) Sets the destinationName property.JmsEndpointBuilder.destinationNameResolver(EndpointUriResolver resolver) Sets the destination name resolver.JmsEndpointBuilder.destinationResolver(org.springframework.jms.support.destination.DestinationResolver resolver) Sets the destination resolver.JmsEndpointBuilder.durableSubscriberName(String durableSubscriberName) Sets the durableSubscriberName property.JmsEndpointBuilder.durableSubscription(boolean durableSubscription) Sets the durableSubscription property.JmsEndpointBuilder.filterInternalHeaders(boolean filterInternalHeaders) Sets the filterInternalHeaders property.JmsEndpointBuilder.jmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate) Sets the jmsTemplate property.JmsEndpointBuilder.messageConverter(JmsMessageConverter messageConverter) Sets the messageConverter property.JmsEndpointBuilder.pubSubDomain(boolean pubSubDomain) Sets the pubSubDomain property.JmsEndpointBuilder.timeout(long timeout) Sets the default timeout.JmsEndpointBuilder.useObjectMessages(boolean useObjectMessages) Sets the useObjectMessages property.