Package org.apache.activemq.network
Class MBeanBridgeDestination
- java.lang.Object
-
- org.apache.activemq.network.MBeanBridgeDestination
-
public class MBeanBridgeDestination extends Object
-
-
Constructor Summary
Constructors Constructor Description MBeanBridgeDestination(BrokerService brokerService, NetworkBridgeConfiguration networkBridgeConfiguration, NetworkBridge bridge, NetworkBridgeView networkBridgeView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInboundMessage(Message message)
void
onOutboundMessage(Message message)
void
start()
void
stop()
-
-
-
Constructor Detail
-
MBeanBridgeDestination
public MBeanBridgeDestination(BrokerService brokerService, NetworkBridgeConfiguration networkBridgeConfiguration, NetworkBridge bridge, NetworkBridgeView networkBridgeView)
-
-