Class BrokerConnectConfiguration

java.lang.Object
org.apache.activemq.artemis.core.config.brokerConnectivity.BrokerConnectConfiguration
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AMQPBrokerConnectConfiguration

public abstract class BrokerConnectConfiguration extends Object implements Serializable
This is base class for outgoing broker configuration types. This is a new feature that at the time we introduced, is only being used for AMQP. Where the broker will create a connection towards another broker using a specific protocol.
See Also: