Package org.apache.activemq.xbean
Class XBeanBrokerFactory
java.lang.Object
org.apache.activemq.xbean.XBeanBrokerFactory
- All Implemented Interfaces:
org.apache.activemq.broker.BrokerFactoryHandler
public class XBeanBrokerFactory
extends Object
implements org.apache.activemq.broker.BrokerFactoryHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.context.ApplicationContextorg.apache.activemq.broker.BrokerServicecreateBroker(URI config) booleanvoidsetValidate(boolean validate)
-
Field Details
-
XBEAN_BROKER_FACTORY_PROTOCOLS_PROP
- See Also:
-
DEFAULT_ALLOWED_PROTOCOLS
- See Also:
-
-
Constructor Details
-
XBeanBrokerFactory
public XBeanBrokerFactory()
-
-
Method Details
-
isValidate
public boolean isValidate() -
setValidate
public void setValidate(boolean validate) -
createBroker
- Specified by:
createBrokerin interfaceorg.apache.activemq.broker.BrokerFactoryHandler- Throws:
Exception
-
createApplicationContext
protected org.springframework.context.ApplicationContext createApplicationContext(String uri) throws MalformedURLException - Throws:
MalformedURLException
-