Package org.codehaus.activemq.jca

A lightweight and easily embeddable Spring based JCA container, useful for efficient JMS message consumption from inside a JVM.

See:
          Description

Class Summary
AcknowledgeEndpoint An endpoint which uses a JMS Message.acknowledge() to acknowledge that a message is delivered.
DefaultEndpointFactory A factory of MessageEndpoint instances, either using XA transactions, Local (JMS) transactions or regular JMS message acknowledgements.
JCABeanFactory A Spring BeanFactory for creating an JCA container
JCAConnector A Lightweight Message Driven Object Container which is a lightweight alternative to MDBs.
JCAContainer Represents a Spring based JCA container for a single JCA ResourceAdapter which provides Message Driven POJO support to Spring, providing all the features of MDBs but using a lightweight container.
LocalTransactionEndpoint Performs a local transaction while processing the message
TargetSourceMessageListener Represents a pool of MessageListener instances using Spring's TargetSource for the underlying pool.
XAEndpoint An XA based Endpoint which uses an XA transaction per message delivery.
 

Package org.codehaus.activemq.jca Description

A lightweight and easily embeddable Spring based JCA container, useful for efficient JMS message consumption from inside a JVM.



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.