Package org.marketcetera.client.jms

Spring-wrapped JMS utilities.

See: Description

Package org.marketcetera.client.jms Description

Spring-wrapped JMS utilities.

The classes in this package provide utilities to create Spring-wrapped JMS connections with minimal use of Spring and JMS. This is done in the following steps:

  1. Initialize an instance of JmsManager using standard JMS connection factories supplied via Spring configuration.

  2. Retrieve from the JmsManager its outgoing connection manager OutgoingJmsFactory, and use its methods to obtain a Spring JMS template, which you then use to send messages.

  3. Retrieve from the JmsManager its incoming connection manager IncomingJmsFactory to register a handler of your own making (that implements ReplyHandler or ReceiveOnlyHandler); your handler will be called when messages are received.

This package supports both queues and topics.

Additional classes provide JMS serialization (message converters) of certain object types, as well as serialization wrappers.

Since:
1.5.0
Version:
$Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Copyright © 2015. All Rights Reserved.