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

2024-01-16 Thread Mattern, Alex
Srikant Mantha, Here is an example of filtering on a jms topic: https://camel.apache.org/components/4.0.x/jms-component.html#_receiving_from_jms -Original Message- From: Ivan Kulaga Sent: Sunday, January 14, 2024 10:29 PM To: users@camel.apache.org Subject: [EXTERNAL SENDER:] Re: How

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:

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