If you don't ack the message the broker doesn't know that the client has actually tried to consume the message. It will just assume it sat in the client's buffer and was never actually seen and that doesn't qualify as a failed delivery.
Justin On Fri, Jun 7, 2019 at 1:26 AM Bummer <[email protected]> wrote: > Got it! :-) > > This is the bit that I was missing: I didn't know that I need to actually > acknowledge the message before I refuse it! > > > ** > > Thank you for pointing me the right direction. :-) > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >
