Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.6.0
-
None
-
None
Description
Right now we have JMX methods like getOpenWireURL() for getting addresses of transport connectors. This API is not particularly nice and doesn't scale well when new transports are added.
So we should deprecate these methods and introduce new ones:
- Map<String, String> getTransportConnectors() - that returns all connectors with name as a key
- public String getTransportConnectorByType(String type) - that returns a connector address for a certain prefix/type (like tcp, stomp, ws and such)
Attachments
Issue Links
- is related to
-
AMQ-6093 Remove deprecated getXURL methods from the BrokerServiceMBean
- Resolved