Package org.backsource.adaptor.jms

A J2ee/jdbc like JMS adaptor.

See:
          Description

Interface Summary
MessageProducer A message producer that can send to both topics and queues; and also may returns the session it is using.
ProducerFactory  
 

Class Summary
Bridge Simple first cut on non transactional bride.
JmsBase Base MBean for JMS MBeans.
Listener Baseclass for MBean that want to receive JMS messages from a JMS notification braoscaster, but handle the in the onMessage method.
MessageDriven  
Producer A JMS producer.
 

Package org.backsource.adaptor.jms Description

A J2ee/jdbc like JMS adaptor.

This package contains an advanced JMS adaptor implementations. It may be used outside of a J2EE jms/mdb container with almost the same functionality, such as fail-over and a lot of configuration options. The two core classes are: MessageDriven, which is a service for a JMS listener, and Producer, which is a service for a JMS message producer.



Copyright © 2003-2004 Backsource. All Rights Reserved.