Hi, I'm consuming messages using STOMP clients running in Node.js. Sometimes, when the Node.js process ends, these clients are still shown as active when I look at the queue they subscribed to in the web console. This creates issues for me because I have messages that are apparently being consumed from consumers that are no longer active.
I have tried deleting the queue and recreating it by subscribing to it with another STOMP consumer, but the old consumers clientIds still show up in the web console upon recreation. How should I address this? -- View this message in context: http://activemq.2283324.n4.nabble.com/STOMP-clients-still-shown-as-subscribers-even-after-process-ends-tp4705070.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.