public class JmsEndpointConfiguration extends AbstractEndpointConfiguration
| Constructor and Description |
|---|
JmsEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionFactory |
getConnectionFactory()
Gets the connection factory.
|
String |
getDefaultDestinationName()
Gets the destination name.
|
javax.jms.Destination |
getDestination()
Gets the destination.
|
String |
getDestinationName()
Gets the destination name.
|
org.springframework.jms.support.destination.DestinationResolver |
getDestinationResolver()
Sets the destination resolver.
|
org.springframework.integration.jms.JmsHeaderMapper |
getHeaderMapper()
Gets the JMS header mapper.
|
org.springframework.jms.core.JmsTemplate |
getJmsTemplate()
Gets the JMS template.
|
JmsMessageConverter |
getMessageConverter()
Gets the message converter.
|
boolean |
isPubSubDomain()
Does domain use topics instead of queues.
|
boolean |
isUseObjectMessages()
Determines weather to convert outbound messages or not.
|
void |
setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
Sets the connection factory.
|
void |
setDestination(javax.jms.Destination destination)
Sets the destination.
|
void |
setDestinationName(String destinationName)
Sets the destination name.
|
void |
setDestinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver)
Gets the destination resolver.
|
void |
setHeaderMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper)
Sets the JMS header mapper.
|
void |
setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
Sets the JMS template.
|
void |
setMessageConverter(JmsMessageConverter messageConverter)
Sets the message converter.
|
void |
setPubSubDomain(boolean pubSubDomain)
Sets if domain uses topics instead of queues.
|
void |
setUseObjectMessages(boolean useObjectMessages) |
getTimeout, setTimeoutpublic String getDefaultDestinationName()
public boolean isPubSubDomain()
public void setPubSubDomain(boolean pubSubDomain)
pubSubDomain - the pubSubDomain to setpublic javax.jms.ConnectionFactory getConnectionFactory()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
connectionFactory - the connectionFactory to setpublic javax.jms.Destination getDestination()
public void setDestination(javax.jms.Destination destination)
destination - the destination to setpublic String getDestinationName()
public void setDestinationName(String destinationName)
destinationName - the destinationName to setpublic org.springframework.jms.support.destination.DestinationResolver getDestinationResolver()
public void setDestinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver)
destinationResolver - the destinationResolver to setpublic void setJmsTemplate(org.springframework.jms.core.JmsTemplate jmsTemplate)
jmsTemplate - the jmsTemplate to setpublic org.springframework.jms.core.JmsTemplate getJmsTemplate()
public JmsMessageConverter getMessageConverter()
public void setMessageConverter(JmsMessageConverter messageConverter)
messageConverter - public org.springframework.integration.jms.JmsHeaderMapper getHeaderMapper()
public void setHeaderMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper)
headerMapper - the headerMapper to setpublic boolean isUseObjectMessages()
public void setUseObjectMessages(boolean useObjectMessages)
useObjectMessages - Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.