Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-8196

Add getNetworkConnectors() method in BrokerViewMBean

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • AMQP
    • None

    Description

      While BrokerViewMBean provides two methods to access transport connectors:

      there is no method to access the network connectors of a broker, i.e. something like:

      List<NetworkConnector> getNetworkConnectors()

      while there are:

      String addNetworkConnector(String discoveryAddress)
      boolean removeNetworkConnector(String connectorName)

      This will be very convenient and it would be very easy to implement since such a method is already provided by BrokerService.

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            jkost John Kostaras
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: