com.ibm.di.plugin.pwstore.jms.driver
Class ActiveMQ

java.lang.Object
  extended by com.ibm.di.systemqueue.driver.ActiveMQ
      extended by com.ibm.di.plugin.pwstore.jms.driver.ActiveMQ
All Implemented Interfaces:
JMSDriver

public class ActiveMQ
extends ActiveMQ

The ActiveMQ JMS Driver implementation. It initialize the JMS Driver and provides specific way for obtaining JMS QueueConnectionFactory/TopicConnectionFactory.


Field Summary
 
Fields inherited from class com.ibm.di.systemqueue.driver.ActiveMQ
PROP_BROKER_URL
 
Fields inherited from interface com.ibm.di.systemqueue.driver.JMSDriver
ENVIRONMENT_LOG, JMS_DRIVER_TMS_FILE
 
Constructor Summary
ActiveMQ()
           
 
Method Summary
 
Methods inherited from class com.ibm.di.systemqueue.driver.ActiveMQ
getQueueFactory, getTopicFactory, initialize, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQ

public ActiveMQ()