Package org.logicblaze.lingo.jms.impl

The implementation classes for the JMS based Lingo binding.

See:
          Description

Class Summary
AsyncReplyHandler  
DefaultJmsProducer An implementation of the JmsProducer which contains a reference to the connection, session and producer so that it can easily close down all its resources properly.
FutureHandler A FutureResult which implements ReplyHandler so that it can be used as a handler for a correlation ID
MultiplexingRequestor A 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.
OneWayRequestor A simple requestor which only supports one-way and so does not need a consumer.
ResultJoinHandler A ReplyHandler which can handle join multiple results to the same request which are then aggregated together into a single value.
SingleThreadedRequestor A simple Requestor which can only be used by one thread at once and only used for one message exchange at once.
 

Package org.logicblaze.lingo.jms.impl Description

The implementation classes for the JMS based Lingo binding.



Copyright © 2011 LogicBlaze, Inc.. All Rights Reserved.