Interface ActiveMQConnectionDetails
- All Superinterfaces:
ConnectionDetails
Details required to establish a connection to an ActiveMQ service.
- Since:
- 3.2.0
- Author:
- EddĂș MelĂ©ndez, Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionBroker URL to use.Login to authenticate against the broker.getUser()
Login user to authenticate to the broker.
-
Method Details
-
getBrokerUrl
String getBrokerUrl()Broker URL to use.- Returns:
- the url of the broker
-
getUser
String getUser()Login user to authenticate to the broker.- Returns:
- the login user to authenticate to the broker or
null
-
getPassword
String getPassword()Login to authenticate against the broker.- Returns:
- the login to authenticate against the broker or
null
-