Uses of Class
org.apache.activemq.network.jms.JmsConnector
-
Packages that use JmsConnector Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.network.jms Support for a federated network using a foreign JMS provider. -
-
Uses of JmsConnector in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return JmsConnector Modifier and Type Method Description JmsConnectorBrokerService. addJmsConnector(JmsConnector connector)JmsConnector[]BrokerService. getJmsBridgeConnectors()JmsConnectorBrokerService. removeJmsConnector(JmsConnector connector)Methods in org.apache.activemq.broker with parameters of type JmsConnector Modifier and Type Method Description JmsConnectorBrokerService. addJmsConnector(JmsConnector connector)protected voidBrokerService. registerJmsConnectorMBean(JmsConnector connector)JmsConnectorBrokerService. removeJmsConnector(JmsConnector connector)voidBrokerService. setJmsBridgeConnectors(JmsConnector[] jmsConnectors) -
Uses of JmsConnector in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type JmsConnector Constructor Description JmsConnectorView(JmsConnector connector) -
Uses of JmsConnector in org.apache.activemq.network.jms
Subclasses of JmsConnector in org.apache.activemq.network.jms Modifier and Type Class Description classJmsQueueConnectorA Bridge to other JMS Queue providersclassJmsTopicConnectorA Bridge to other JMS Topic providersclassSimpleJmsQueueConnectorclassSimpleJmsTopicConnectorA Bridge to other JMS Topic providersFields in org.apache.activemq.network.jms declared as JmsConnector Modifier and Type Field Description protected JmsConnectorDestinationBridge. jmsConnectorMethods in org.apache.activemq.network.jms with parameters of type JmsConnector Modifier and Type Method Description voidDestinationBridge. setJmsConnector(JmsConnector connector)
-