Package toolbox.jms

Package class diagram package toolbox.jms
Provides classes and interfaces to interact with a JMS Broker.

See:
          Description

Interface Summary
JmsConsumer Interface defining a generic JMS consumer.
JmsManager Interface that defines a management object for JMS configuration and a set of JmsConsumers and JmsProducers.
JmsProducer Interface defining a generic JMS producer.
 

Class Summary
JmsConstants Static final class containing some constants used in the jms package.
JmsConsumerImpl Default JmsConsumer implementation.
JmsManagerImpl Default implementation of the JmsManager interface that utilises an XML configuration document to initialise.
JmsObject Convenience base class for deriving other JMS objects from.
JmsProducerImpl Default JmsProducer implementation.
 

Exception Summary
JmsException Indicates exceptions while performing jms operations.
 

Package toolbox.jms Description

Provides classes and interfaces to interact with a JMS Broker.