org.codehaus.activemq
Class XmlConfigHelper

java.lang.Object
  extended byorg.codehaus.activemq.XmlConfigHelper

public class XmlConfigHelper
extends Object

Helper methods to avoid a runtime dependency on Spring unless its used to configure the ActiveMQ broker via the XML configuration

Version:
$Revision: 1.1 $

Field Summary
static String SPRING_CLASS_NAME
           
 
Constructor Summary
XmlConfigHelper()
           
 
Method Summary
static BrokerContainerFactory createBrokerContainerFactory(String xmlConfig)
          Creates an instance of the broker factory which uses the Spring XML configuration file mechanism.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_CLASS_NAME

public static final String SPRING_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

XmlConfigHelper

public XmlConfigHelper()
Method Detail

createBrokerContainerFactory

public static BrokerContainerFactory createBrokerContainerFactory(String xmlConfig)
                                                           throws JMSException
Creates an instance of the broker factory which uses the Spring XML configuration file mechanism.

Throws:
JMSException


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