|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Requestor
and its session.
JmsProducer
which contains a reference to the
connection, session and producer so that it can easily close down all its resources properly.FutureResult
which implements ReplyHandler
so that it can be used as a handler
for a correlation IDLingoRemoteInvocationFactory
instance.JmsProducer
which is designed to work in
message driven POJO type scenarios where the session and producer can be deduced
from the current consumption thread & the session can be reused from the consumer.Requestor
which will use a single producer, consumer
and temporary topic for resource efficiency, but will use correlation
IDs on each message and response to ensure that each threads requests
can occur synchronously.Requestor
which can only be used by one thread at once
and only used for one message exchange at once.Requestor
if no requestor is explicitly
configured.
JmsProducer
if no producer is explicitly
configured.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |