Class AMQPBrokerConnectConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.brokerConnectivity.BrokerConnectConfiguration
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectConfiguration
- All Implemented Interfaces:
Serializable
This is a specific AMQP Broker Connection Configuration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConnectionElement(AMQPMirrorBrokerConnectionElement amqpBrokerConnectionElement) addElement(AMQPBrokerConnectionElement amqpBrokerConnectionElement) addFederation(AMQPFederatedBrokerConnectionElement amqpFederationElement) addMirror(AMQPMirrorBrokerConnectionElement amqpMirrorBrokerConnectionElement) addPeer(AMQPPeerBrokerConnectionElement element) booleangetPeers()inthashCode()voidparseURI()setAutostart(boolean autostart) setPassword(String password) setReconnectAttempts(int reconnectAttempts) setRetryInterval(int retryInterval) Methods inherited from class org.apache.activemq.artemis.core.config.brokerConnectivity.BrokerConnectConfiguration
getName, getPassword, getReconnectAttempts, getRetryInterval, getUri, getUser, isAutostart
-
Constructor Details
-
AMQPBrokerConnectConfiguration
public AMQPBrokerConnectConfiguration() -
AMQPBrokerConnectConfiguration
-
-
Method Details
-
addElement
public AMQPBrokerConnectConfiguration addElement(AMQPBrokerConnectionElement amqpBrokerConnectionElement) -
addConnectionElement
public AMQPBrokerConnectConfiguration addConnectionElement(AMQPMirrorBrokerConnectionElement amqpBrokerConnectionElement) -
getConnectionElements
-
addFederation
public AMQPBrokerConnectConfiguration addFederation(AMQPFederatedBrokerConnectionElement amqpFederationElement) -
getFederations
-
addMirror
public AMQPBrokerConnectConfiguration addMirror(AMQPMirrorBrokerConnectionElement amqpMirrorBrokerConnectionElement) -
getMirrors
-
addPeer
-
getPeers
-
addSender
-
getSenders
-
addReceiver
-
getReceivers
-
parseURI
- Specified by:
parseURIin classBrokerConnectConfiguration- Throws:
Exception
-
getTransportConfigurations
- Throws:
Exception
-
setReconnectAttempts
- Overrides:
setReconnectAttemptsin classBrokerConnectConfiguration
-
setUser
- Overrides:
setUserin classBrokerConnectConfiguration
-
setRetryInterval
- Overrides:
setRetryIntervalin classBrokerConnectConfiguration
-
setPassword
- Overrides:
setPasswordin classBrokerConnectConfiguration
-
setUri
- Overrides:
setUriin classBrokerConnectConfiguration
-
setName
- Overrides:
setNamein classBrokerConnectConfiguration
-
setAutostart
- Overrides:
setAutostartin classBrokerConnectConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classBrokerConnectConfiguration
-
equals
- Overrides:
equalsin classBrokerConnectConfiguration
-