JmsEndpointBuilder |
JmsEndpointBuilder.autoStart(boolean autoStart) |
Sets the autoStart property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.connectionFactory(javax.jms.ConnectionFactory connectionFactory) |
Sets the connectionFactory property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destination(String destinationName) |
Sets the destinationName property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destination(javax.jms.Destination destination) |
Sets the destination property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destinationNameResolver(com.consol.citrus.endpoint.resolver.EndpointUriResolver resolver) |
Sets the destination name resolver.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destinationResolver(org.springframework.jms.support.destination.DestinationResolver resolver) |
Sets the destination resolver.
|
JmsEndpointBuilder |
JmsEndpointBuilder.durableSubscriberName(String durableSubscriberName) |
Sets the durableSubscriberName property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.durableSubscription(boolean durableSubscription) |
Sets the durableSubscription property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.filterInternalHeaders(boolean filterInternalHeaders) |
Sets the filterInternalHeaders property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.jmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate) |
Sets the jmsTemplate property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.messageConverter(JmsMessageConverter messageConverter) |
Sets the messageConverter property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.pubSubDomain(boolean pubSubDomain) |
Sets the pubSubDomain property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.timeout(long timeout) |
Sets the default timeout.
|
JmsEndpointBuilder |
JmsEndpointBuilder.useObjectMessages(boolean useObjectMessages) |
Sets the useObjectMessages property.
|