A C E M O S

A

ActiveMQApp - Class in com.oracle.howto.activemq
This is a simple JMS Client which posts a message to ActiveMQ queue "queue.inbound" on which the MDB listens on
ActiveMQApp() - Constructor for class com.oracle.howto.activemq.ActiveMQApp
Default constructor
ActiveMQEJB - Interface in com.oracle.howto.activemq
 
ActiveMQEJBBean - Class in com.oracle.howto.activemq
This is a Stateless Session Bean which is an example of Outbound Communication using ActiveMQ JCA Resource Adapter The Stateless Session Bean posts a message to ActiveMQ queue "queue.outbound"
ActiveMQEJBBean() - Constructor for class com.oracle.howto.activemq.ActiveMQEJBBean
 
ActiveMQEJBClient - Class in com.oracle.howto.activemq
 
ActiveMQEJBClient() - Constructor for class com.oracle.howto.activemq.ActiveMQEJBClient
 
ActiveMQEJBHome - Interface in com.oracle.howto.activemq
 
ActiveMQEJBLocal - Interface in com.oracle.howto.activemq
 
ActiveMQEJBLocalHome - Interface in com.oracle.howto.activemq
 
ActiveMQMessageDrivenEJBBean - Class in com.oracle.howto.activemq
This is a MessageDrivenBean which consumes inbound messages posted on "queue.inbound" on ActiveMQ provider.
ActiveMQMessageDrivenEJBBean() - Constructor for class com.oracle.howto.activemq.ActiveMQMessageDrivenEJBBean
 

A C E M O S