public class JmsEndpointBuilder extends AbstractEndpointBuilder<JmsEndpoint>
| Constructor and Description |
|---|
JmsEndpointBuilder() |
| Modifier and Type | Method and Description |
|---|---|
JmsEndpointBuilder |
autoStart(boolean autoStart)
Sets the autoStart property.
|
JmsEndpointBuilder |
connectionFactory(javax.jms.ConnectionFactory connectionFactory)
Sets the connectionFactory property.
|
JmsEndpointBuilder |
destination(javax.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.
|
protected JmsEndpoint |
getEndpoint() |
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.
|
actor, applicationContext, build, build, initialize, nameprotected JmsEndpoint getEndpoint()
getEndpoint in class AbstractEndpointBuilder<JmsEndpoint>public JmsEndpointBuilder destination(String destinationName)
destinationName - public JmsEndpointBuilder destination(javax.jms.Destination destination)
destination - public JmsEndpointBuilder connectionFactory(javax.jms.ConnectionFactory connectionFactory)
connectionFactory - public JmsEndpointBuilder jmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
jmsTemplate - public JmsEndpointBuilder messageConverter(JmsMessageConverter messageConverter)
messageConverter - public JmsEndpointBuilder destinationResolver(org.springframework.jms.support.destination.DestinationResolver resolver)
resolver - public JmsEndpointBuilder destinationNameResolver(EndpointUriResolver resolver)
resolver - public JmsEndpointBuilder pubSubDomain(boolean pubSubDomain)
pubSubDomain - public JmsEndpointBuilder autoStart(boolean autoStart)
autoStart - public JmsEndpointBuilder durableSubscription(boolean durableSubscription)
durableSubscription - public JmsEndpointBuilder durableSubscriberName(String durableSubscriberName)
durableSubscriberName - public JmsEndpointBuilder useObjectMessages(boolean useObjectMessages)
useObjectMessages - public JmsEndpointBuilder timeout(long timeout)
timeout - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.