[Architecture] Direct Call To Cassandra To Remove All Messages at Once For Queue Purge

2014-04-07 Thread Hasitha Hiranya
Hi, In MB 2.1.0 and also in MB 2.1.1 when purging messages of a queue from UI, we used the following approach. 1. When purge is click for a particular queue we start a JMS AUTO_ACK consumer. It will listen to all the messages and ack to the server. 2. When acked messages are removed. But, in

Re: [Architecture] Direct Call To Cassandra To Remove All Messages at Once For Queue Purge

2014-04-07 Thread Hasitha Hiranya
It is already there and I have forgot to mention. Apart from above 5 steps we do, delete all in-memory accumulated messages delete all DLC messages belonging to foo. On Tue, Apr 8, 2014 at 9:32 AM, Pamod Sylvester pa...@wso2.com wrote: When a particular queue is purged also we need to