Hi Tobias, When you want to stick with MQ you can set the Redilevery ( http://activemq.apache.org/redelivery-policy). If you want more control over what happens with the fault messages you can build a custom Camel route. There you can consume the queue and resend certain messages (for example with a choice) while leaving other untouched. What is exactly the use case?
Regards, Raymond Op ma 27 mei 2019 om 14:04 schreef Tobias Letschka <[email protected]>: > Hi camel riders, > > we have 100’s of JSON in DeadLetterQueue of Apache Mq. MQ running in > Docker Container. > > How can we retry JSON without using web console. I tried hawtio but it > does not work. > > Regards > > Tobias > >
