Message
SjmsEndpoint.setDeliveryPersistent(boolean)
,
SjmsEndpoint.setPriority(int)
or SjmsEndpoint.setTimeToLive(long)
then we should auto default the setting of
SjmsEndpoint.setExplicitQosEnabled(Boolean)
if its not been configured yetJmsBinding
to use.Message
Map
from a MapMessage
Message
message.Message
message.MessageListener
which can be used to delegate processing to a Camel endpoint.MessageListenerContainer
is used for reply queues which are exclusive.JmsMessageType
Destination
set by the publishing ClientExchange
and Message
to
and from a JMS Message
Message
.Message
types.Message
instance.MapMessage
from a Map
instance.ReplyHandler
to handle processing replies when using regular queues.ReplyManager
when using regular queues.Exchange
and AsyncCallback
to be used when the reply arrives, so we can set
the reply on the Exchange
and continue routing using the callback.ReplyManager
is responsible for handling
request-reply over JMS.ReplyManager
implementations.SjmsEndpoint
.Exchange
when a timeout was triggered when doing
request/reply over JMS.Message
for working with JMSPollingConsumer
.SendDynamicAware
which allows to optimise Simple JMS components with the toD
(dynamic to) DSL in Camel.MessageListenerContainer
is used for reply queues which are using temporary queue.ReplyHandler
to handle processing replies when using temporary queues.ReplyManager
when using temporary queues.Apache Camel