Camel transacted message rolled to DLQ, no DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY property set

2014-10-14 Thread rhuiser
Hi, Does anyone has seen the message property DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY set on the message moved to the DLQ when using Camel in combination with a transacted? So far, I have not... I created some simple routes (one with Spring transaction manager, one with ActiveMQ component), both wit

View message content in database table ACTIVEMQ_MSGS

2014-01-27 Thread rhuiser
Hi, We are using a JDBC backend for ActiveMQ. Is there tooling available for viewing the contents of messages in this table? If not, where can I find information to decode the messages? Thanks -- Robin -- View this message in context: http://activemq.2283324.n4.nabble.com/View-message-conte

Re: DLQ headers in ActiveMQ

2014-01-26 Thread rhuiser
Hi Gary, Thanks for your answer! For some reason I do not see the "dlqDeliveryFailureCause" property set on messages on my DLQ. I use Apache Camel (transacted), does this interfere with this mechanism so AMQ does not "see" the failure cause at all? The PutApplName is nice to have when you have s

DLQ headers in ActiveMQ

2013-12-31 Thread rhuiser
Greetings, How would I configure ActiveMQ as such when a message is moved to the DLQ, the following headers are added to provide additional information? Reason -- Reason message arrived on dead-letter queue (the exception itself) DestQName -- Name of original destination queue PutApplName -- Name

Re: JBoss 5.1.2: Message driven beans are not bound into remote jndi

2012-02-24 Thread rhuiser
I've found an article which deals with a similar issue (overrive MDB configuration). In jboss.xml when deleting from the ** section, the MDBs connect succesful to ActiveMQ: I do not know exactly what the impact is deleting this Metric plugin, I will forward this question to the JBoss mailing li

JBoss 5.1.2: Message driven beans are not bound into remote jndi

2012-02-24 Thread rhuiser
Greetings all! I've been trying to connect an MDB (deployed to JBoss EAP 5.1.2) to ActiveMQ 5.5.1, but so far... no luck. I am using the panacya-mdb-test-1.0.jar example (from http://activemq.apache.org/jboss-integration.html) and tried to connect to either an embedded or external ActiveMQ broker

Re: Pause Queue/Topic for consumption / production?

2012-01-20 Thread rhuiser
Thanks Gary! This is good enough for me for development/test purposes. For production, this might not be applicable in all situations. Are there any plans to implement pausing / resuming destinations for future releases? -- View this message in context: http://activemq.2283324.n4.nabble.com/Pa

Pause Queue/Topic for consumption / production?

2012-01-19 Thread rhuiser
Hi all, Is there a way to pause a queue/topic for consumption? When troubleshooting applications it is really a nice option to be able to pause a queue/topic, inspect the messages and then resume the queue for consumption. Same question for pausing a queue/topic for producing messages. Thanks in