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 TypeMethodDescriptionboolean
getName()
int
int
getUri()
getUser()
int
hashCode()
boolean
abstract void
parseURI()
setAutostart
(boolean autostart) setPassword
(String password) setReconnectAttempts
(int reconnectAttempts) setRetryInterval
(int retryInterval)
-
Constructor Details
-
BrokerConnectConfiguration
-
-
Method Details
-
parseURI
- Throws:
Exception
-
getReconnectAttempts
public int getReconnectAttempts() -
setReconnectAttempts
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getRetryInterval
public int getRetryInterval() -
setRetryInterval
-
getUri
-
setUri
-
getName
-
setName
-
isAutostart
public boolean isAutostart() -
setAutostart
-
hashCode
public int hashCode() -
equals
-