Interface ActiveMQConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface ActiveMQConnectionDetails extends 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 Type
    Method
    Description
    Broker URL to use.
    Login to authenticate against the broker.
    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