Re: Artemis v2.1 divert

2017-06-22 Thread abhijith
Thanks Justin. flag was the reason for store filling up. We were thinking address itself is storing messages, but it was DLQ. Thanks for the help -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-v2-1-divert-tp4727498p4727759.html Sent from the ActiveMQ - User m

Re: Artemis v2.1 divert

2017-06-17 Thread Justin Bertram
> But message is kept on the address space in store. Can you elaborate on what exactly you mean by this? > true Keep in mind that any message sent to any address without a queue binding will then get routed to the dead-letter address. This probably isn't what you want as lots of messages (e.g.

Artemis v2.1 divert

2017-06-16 Thread abhijith
Hi We are having a topic on which a divert is configured. Every message sent to topic has to be diverted to queue. Divert: jms.topic.testtopic01 jms.queue.testqueue01 false Address: DLQ jms.queue.DLQ jms.q