connection Ttl = -1 not working for STOMP connections in ActiveMQ Artemis
Even though I’ve set the connection TTL to -1 at the STOMP protocol level and configured <connection-ttl-override>
to -1
within the section of the broker.xml
file, I’m still encountering an error indicating a timeout issue:
connection Ttl = -1 not working in artemis activemq
i have configured connectionTtl=-1 at stomp protocol level and -1 under core configuration inside broker.xml file.
Purge message from expiry queue
In ActiveMQ Artemis, while sending message I’m setting expiry. When message are not processed from expiry queue with 48 hrs, is there a way I can clear them?