| Package | Description |
|---|---|
| com.consol.citrus.jms.endpoint |
| Modifier and Type | Method and Description |
|---|---|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.connectionFactory(javax.jms.ConnectionFactory connectionFactory)
Sets the connectionFactory property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.correlator(MessageCorrelator correlator)
Sets the message correlator.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.destination(javax.jms.Destination destination)
Sets the destination property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.destination(String destinationName)
Sets the destinationName property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.destinationNameResolver(EndpointUriResolver resolver)
Sets the destination name resolver.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.destinationResolver(org.springframework.jms.support.destination.DestinationResolver resolver)
Sets the destination resolver.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.jmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
Sets the jmsTemplate property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.messageConverter(JmsMessageConverter messageConverter)
Sets the messageConverter property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.pollingInterval(int pollingInterval)
Sets the polling interval.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.pubSubDomain(boolean pubSubDomain)
Sets the pubSubDomain property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.replyDestination(javax.jms.Destination destination)
Sets the reply destination property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.replyDestination(String destinationName)
Sets the reply destinationName property.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.timeout(long timeout)
Sets the default timeout.
|
JmsSyncEndpointBuilder |
JmsSyncEndpointBuilder.useObjectMessages(boolean useObjectMessages)
Sets the useObjectMessages property.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.