Details
Description
At present a connection advisory message recieved over stomp looks like:
"ConnectionInfo": {
"commandId": 0,
"responseRequired": true,
"connectionId":
,
"clientId": "ID:monitor1.xx.net-57901-1294599217160-5:10017",
"userName": "",
"password": "",
"brokerMasterConnector": false,
"manageable": false,
"clientMaster": true,
"faultTolerant": false,
"failoverReconnect": false
}}
Where monitor1.xx.net is the broker name.
It would be very useful if these messages also included the IP Address, Hostname, Port of the client connecting.
There other advisories that would also greatly benefit from this like ActiveMQ.Advisory.NetworkBridge
thanks