Uses of Class
org.apache.activemq.proxy.ProxyConnector
Packages that use ProxyConnector
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
-
Uses of ProxyConnector in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return ProxyConnectorModifier and TypeMethodDescriptionBrokerService.addProxyConnector(String bindAddress) Adds a new proxy connector using the given bind addressBrokerService.addProxyConnector(URI bindAddress) Adds a new proxy connector using the given bind addressBrokerService.addProxyConnector(ProxyConnector connector) Methods in org.apache.activemq.broker that return types with arguments of type ProxyConnectorMethods in org.apache.activemq.broker with parameters of type ProxyConnectorModifier and TypeMethodDescriptionBrokerService.addProxyConnector(ProxyConnector connector) protected voidBrokerService.registerProxyConnectorMBean(ProxyConnector connector) -
Uses of ProxyConnector in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type ProxyConnector