Re: pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-10-21 Thread Tim Bain
I believe it would be possible to write a custom interceptor (see https://activemq.apache.org/interceptors) that rejected incoming messages and incoming connections. (Maybe rejecting incoming connections would be enough, because you can't send a message without an established connection.) If you re

pause acceptance and delivery of messages in ActiveMQ 5.16.3

2021-10-21 Thread Bauer, Hannes
Hello, I am working on an application that is using ActiveMQ 5.16.3 and I am tasked with implementing a feature that should pause the whole message process. In the application we have producers and message driven beans as consumers. The goal is to stop the consumption of messages as well as the