接口 ActiveMQConnectionDetails

所有超级接口:
ConnectionDetails

public interface ActiveMQConnectionDetails extends ConnectionDetails
Details required to establish a connection to an ActiveMQ service.
从以下版本开始:
3.2.0
作者:
Eddú Meléndez, Stephane Nicoll
  • 方法概要

    修饰符和类型
    方法
    说明
    Broker URL to use.
    Login to authenticate against the broker.
    Login user to authenticate to the broker.
  • 方法详细资料

    • getBrokerUrl

      String getBrokerUrl()
      Broker URL to use.
      返回:
      the url of the broker
    • getUser

      String getUser()
      Login user to authenticate to the broker.
      返回:
      the login user to authenticate to the broker or null
    • getPassword

      String getPassword()
      Login to authenticate against the broker.
      返回:
      the login to authenticate against the broker or null