ActiveMQ 5.4: Message transactions/history to be permanently stored

2011-04-25 Thread kar
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(si

Re: ActiveMQ 5.4: Message transactions/history to be permanently stored

2011-04-26 Thread kar
Hi Gary, Thanks alot for replying. Really appreciate it. I have some further questions below: 1) "you can listen to advisory messages and keep running counts or do the same via a broker plugin." -> what are advisory messages and how to listen to them. -> what broker plugins can i use for my purp

ActiveMQ 5.5: Not able to get the DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY value

2011-05-03 Thread kar
Hello, I am not able to get the reason of exception from the message that is in the DLQ. These are the steps i have followed:- 1. Message is sent to a 'Sample' Queue. 2. The Message Listener throws a Runtime Exception in the onMessage Function.(throw new RuntimeException("Exception Reason Test")

Re: ActiveMQ 5.5: Not able to get the DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY value

2011-05-03 Thread kar
Hi Gary Thanks alot for replying. I am not using the 'vm' protocol. I am using the tcp protocol with the following broker url:- tcp://localhost:61616 My application is using the Spring Framework. And i am using the DefaultMessageListenerContainer for the listeners. Using the 'Spring JMSTemplate'