Class BrokerConnectConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.brokerConnectivity.BrokerConnectConfiguration
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AMQPBrokerConnectConfiguration
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()intintgetUri()getUser()inthashCode()booleanabstract voidparseURI()setAutostart(boolean autostart) setPassword(String password) setReconnectAttempts(int reconnectAttempts) setRetryInterval(int retryInterval)
-
Constructor Details
-
BrokerConnectConfiguration
-
-
Method Details
-
parseURI
-
getReconnectAttempts
public int getReconnectAttempts() -
setReconnectAttempts
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getRetryInterval
public int getRetryInterval() -
setRetryInterval
-
getUri
-
setUri
-
getName
-
setName
-
isAutostart
public boolean isAutostart() -
setAutostart
-
hashCode
-
equals
-