Greetings,
When looking up info about a persistent subscription, in the connections section, we can find the following:
“connections”: [
{
“inFlightMessages”: 0,
“averageItemsPerSecond”: 0.0,
“totalItemsProcessed”: 27611,
“username”: “foo”,
“from”: “10.150.80.33:47370”,
“extraStatistics”: [],
“availableSlots”: 1000,
“countSinceLastMeasurement”: 0
},
{
“inFlightMessages”: 0,
“averageItemsPerSecond”: 0.0,
“totalItemsProcessed”: 30295,
“username”: “bar”,
“from”: “10.150.80.33:37078”,
“extraStatistics”: [],
“availableSlots”: 1000,
“countSinceLastMeasurement”: 0
}
],
``
Is it possible to add the connection-id used by that connection? At work, we use semi-meaningful connection names and it could be helpful as a monitoring tool.
Thanks for your time.