JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.springframework.boot.activemq.autoconfigure
ActiveMQConnectionDetails
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getBrokerUrl()
getUser()
getPassword()
Interface ActiveMQConnectionDetails
All Superinterfaces:
ConnectionDetails
public interface
ActiveMQConnectionDetails
extends
ConnectionDetails
Details required to establish a connection to an ActiveMQ service.
Since:
4.0.0
Author:
EddĂș MelĂ©ndez, Stephane Nicoll
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getBrokerUrl
()
Broker URL to use.
@Nullable
String
getPassword
()
Login to authenticate against the broker.
@Nullable
String
getUser
()
Login user to authenticate to the broker.
Method Details
getBrokerUrl
String
getBrokerUrl
()
Broker URL to use.
Returns:
the url of the broker
getUser
@Nullable
String
getUser
()
Login user to authenticate to the broker.
Returns:
the login user to authenticate to the broker or
null
getPassword
@Nullable
String
getPassword
()
Login to authenticate against the broker.
Returns:
the login to authenticate against the broker or
null