Fabric3 ActiveMQ Extension

org.fabric3.binding.activemq.broker
Class BrokerEngine

java.lang.Object
  extended by org.fabric3.binding.activemq.broker.BrokerEngine

public class BrokerEngine
extends Object

Creates an embedded ActiveMQ broker.

Version:
$Rev: 7912 $ $Date: 2009-11-24 10:49:53 +0100 (Tue, 24 Nov 2009) $

Constructor Summary
BrokerEngine(org.fabric3.host.runtime.HostInfo info)
           
 
Method Summary
 void destroy()
           
 void init()
           
 void setBrokerConfig(javax.xml.stream.XMLStreamReader reader)
           
 void setHostAddress(String hostAddress)
           
 void setLogLevel(String logLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerEngine

public BrokerEngine(org.fabric3.host.runtime.HostInfo info)
Method Detail

setLogLevel

public void setLogLevel(String logLevel)

setHostAddress

public void setHostAddress(String hostAddress)

setBrokerConfig

public void setBrokerConfig(javax.xml.stream.XMLStreamReader reader)
                     throws InvalidConfigurationException,
                            javax.xml.stream.XMLStreamException
Throws:
InvalidConfigurationException
javax.xml.stream.XMLStreamException

init

public void init()
          throws Exception
Throws:
Exception

destroy

public void destroy()
             throws Exception
Throws:
Exception

Fabric3 ActiveMQ Extension

Copyright © 2007-2010 Metaform Systems.