Re: put a message in queue using org.apache.activemq.broker.Broker

2015-06-09 Thread Altounisi
Thank you very much christopher.l.shannon. Your reply helped me to solve the problem. This is the new code (the modifications are in bold) for any one who may be interested. Your critics are welcomed of course. Regards, public class MyBroker extends BrokerFilter { public MyBroker(Broker ne

put a message in queue using org.apache.activemq.broker.Broker

2015-06-08 Thread Altounisi
Hello, I was trying to implement an interceptor to log some events happening in the broker. I want the events to be logged as messages in queue. Thus, the monitoring client could access the log by consuming messages from that queue. (I didn't uses advisory topics because I want to dequeue treated

How to get the client ID of a consumer who failed in a transaction ?

2015-05-20 Thread Altounisi
Hello, I want to identify the consumers who failed in a transaction so that I can diagnose them and correct this issue. However, I don't know how to find their IDs. Could you please help me ? Regards, -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-get-the-client