Hi there! I'm producing and consuming messages using camel pojo. So far so good but I need to configure the TransactionErrorHandler ( http://camel.apache.org/transactionerrorhandler.html) for my MDBs for instance:
@Consume(uri="jms:queue:testQueue?transacted=true") How do I change the behavior of the redelivery policy for it? I'd like to use a DLQ with 3 attempts for instance. Regards