| Package | Description |
|---|---|
| com.consol.citrus.jms.endpoint |
| Modifier and Type | Method and Description |
|---|---|
JmsEndpointBuilder |
JmsEndpointBuilder.autoStart(boolean autoStart)
Sets the autoStart property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.connectionFactory(javax.jms.ConnectionFactory connectionFactory)
Sets the connectionFactory property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destination(javax.jms.Destination destination)
Sets the destination property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destination(String destinationName)
Sets the destinationName property.
|
JmsEndpointBuilder |
JmsEndpointBuilder.destinationNameResolver(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.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.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.