Re: How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-14 Thread Ivan Kulaga
Hello! I am not from the Camel team but maybe I might be able to help. Do I understand correctly that you need to consume only messages that have a specific header value? In that case you want to use jms selector, like in the example here: https://camel.apache.org/components/4.0.x/eips/selective-co

How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-14 Thread Srikant Mantha
Hi Team, I am reading messages from IBM MQ and using Camel JMS component. This process is happening successfully so far. The below route for reference: From(mq:queue:myQueueName) .process(myProcessor) This application will be deployed in more than 2 environments, but the IBM queue connections a