org.apache.openejb.resource.activemq
Class ActiveMQ5Factory

java.lang.Object
  extended by org.apache.openejb.resource.activemq.ActiveMQ5Factory
All Implemented Interfaces:
org.apache.activemq.broker.BrokerFactoryHandler

public class ActiveMQ5Factory
extends Object
implements org.apache.activemq.broker.BrokerFactoryHandler


Constructor Summary
ActiveMQ5Factory()
           
 
Method Summary
 org.apache.activemq.broker.BrokerService createBroker(URI brokerURI)
           
 Collection<org.apache.activemq.broker.BrokerService> getBrokers()
           
static void setThreadProperties(Properties p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQ5Factory

public ActiveMQ5Factory()
Method Detail

setThreadProperties

public static void setThreadProperties(Properties p)

createBroker

public org.apache.activemq.broker.BrokerService createBroker(URI brokerURI)
                                                      throws Exception
Specified by:
createBroker in interface org.apache.activemq.broker.BrokerFactoryHandler
Throws:
Exception

getBrokers

public Collection<org.apache.activemq.broker.BrokerService> getBrokers()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.