karan singh singh

Greenhorn
+ Follow
since Apr 25, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by karan singh singh

Hello,

am not using Grails ActiveMQ plugin. Oops i put this in the wrong forum. sorry

Hello,

I am using ActiveMQ 5.4 and the database is set to kahadb. My application is using the Spring framework.

I needed a way to get the below information :
1) All messages that were sent to a particular queue(since the creation of the queue)
2) Messages that were consumed from the queue(since the creation of the queue)
3) Messages that were removed from the queue(since the creation of the queue)

Basically i need the message transactions/history to be permanently stored. So that i can get the history(via code) of any message or queue and show in my application UI.

Thanks