|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
JmsMessage
JmsMessage
JmsConfiguration.setDeliveryPersistent(boolean),
JmsConfiguration.setPriority(int) or JmsConfiguration.setTimeToLive(long) then we should auto default the
setting of JmsConfiguration.setExplicitQosEnabled(boolean) if its not been configured yet
JmsOperations object used for one way messaging
JmsOperations object used for request/response using a request timeout value
Map from a MapMessage
Message message.
BrowserCallbackJmsEndpoint may implement to return the
underlying Destination objectMessage message.
MessageListener which can be used to delegate processing to a
Camel endpoint.FutureTask which implements ReplyHandler
so that it can be used as a handler for a correlation IDJmsOperations used for metadata operations such as creating temporary destinations
JmsProviderMetadata.setTemporaryQueueType(Class)
on the JmsEndpoint.getConfiguration() instance
JmsProviderMetadata.setTemporaryQueueType(Class)
JmsProviderMetadata.setTemporaryTopicType(Class)
on the JmsEndpoint.getConfiguration() instance
JmsProviderMetadata.setTemporaryTopicType(Class)
EndpointMessageListener.getExceptionHandler()
Exchange and JmsMessage
to and from a JMS MessageConsumer which uses Spring's AbstractMessageListenerContainer implementations to consume JMS messagesMessage for working with JMSMessage.Message types.TemporaryQueue
Important: Need to be really careful to always use the same Connection otherwise the destination goes staleTemporaryTopic
Important: Need to be really careful to always use the same Connection otherwise the destination goes staleMapMessage from a Map instance.
JmsConfiguration.setTemplateConnectionFactory(ConnectionFactory) or
JmsConfiguration.setListenerConnectionFactory(ConnectionFactory)
JmsConfiguration.createMessageListenerContainer(JmsEndpoint)
JmsOperations used to deduce the JmsProviderMetadata details which if none
is customized one is lazily created on demand
Message.getJMSReplyTo()
JmsTemplate via JmsConfiguration.createInOnlyTemplate(JmsEndpoint,boolean, String)
QueueBrowseStrategy which
should work fine if Spring 2.5.x or later is on the classpath but this
will fail if 2.0.x are on the classpath.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||