node-stomp-client icon indicating copy to clipboard operation
node-stomp-client copied to clipboard

Add possibility to connect/disconnect to a queue @ runtime

Open GrtVHecke opened this issue 2 years ago • 0 comments

If you use a queue for sending measurements for example and a microservice delivers these to a database, you want to be able to block getting messages from the que if there is something wrong with the database. Otherwise you will loose measurements. This is just 1 use case. But in the end it would be great to have the possibility to enable/disable the connection to the STOM server or halt the subscription to the STOMP server.

GrtVHecke avatar Nov 07 '23 05:11 GrtVHecke