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

2024-01-16 Thread Mattern, Alex
will Camel filter headers in message body read from IBM MQ and process the transaction. 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

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

Re: select message via camel filter

2019-06-06 Thread Andrea Cosentino
e is only matched messages will be > > selected and sent to toqueue . > > > > Any suggestion or hints how to do this with camel filter? > > > > from("activemq:queue:inputqueue?transacted=true") > > .filter(header("foo").isEqualTo("bar")) > > .to("activemq:queue:toqueue"); > > >

Re: select message via camel filter

2019-06-06 Thread James Carman
ieve is only matched messages will be > selected and sent to toqueue . > > Any suggestion or hints how to do this with camel filter? > > from("activemq:queue:inputqueue?transacted=true") > .filter(header("foo").isEqualTo("bar")) > .to("activemq:queue:toqueue"); >

select message via camel filter

2019-06-05 Thread Wang Yan
I used below example to select message. although it can send matched message to toqueue but not matched messages are also dequeued What I want to achieve is only matched messages will be selected and sent to toqueue . Any suggestion or hints how to do this with camel filter? from

Re: Camel filter didn't work

2017-02-08 Thread shubho
ead.run(Thread.java:745) [rt.jar:1.7.0_67] -- View this message in context: http://camel.465427.n5.nabble.com/Camel-filter-didn-t-work-tp5793594p5793646.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel filter didn't work

2017-02-08 Thread shubho
yes you are right..i find the missing jar for spring. But still i am getting error.I think its beacause of camel. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-filter-didn-t-work-tp5793594p5793644.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel filter didn't work

2017-02-07 Thread Condello, Giovanni
ying to transfer file through sftp config. But don't know why camel > filter not working. I am using camel 2.17.3 and jdk 1.7 > > I don't know how to solve it. > If you have any kind of thoughts please share.Thanks in advance > > > In my applicationcontext.xml >

Camel filter didn't work

2017-02-07 Thread shubho
Hi, I am trying to transfer file through sftp config. But don't know why camel filter not working. I am using camel 2.17.3 and jdk 1.7 I don't know how to solve it. If you have any kind of thoughts please share.Thanks in advance In my applicationc

Re: Camel Filter appears to delete files instead of leaving them be.

2014-08-22 Thread grimfury
r and include it on the uri Thanks a lot everyone. Be good see any other solution too... -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Filter-appears-to-delete-files-instead-of-leaving-them-be-tp5755540p5755549.html Sent from the Camel - Users mailing list archi

Re: Camel Filter appears to delete files instead of leaving them be.

2014-08-21 Thread Claus Ibsen
ching here my JUnit test so that it's easy to run > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Filter-appears-to-delete-files-instead-of-leaving-them-be-tp5755540.html > Sent from the Camel - Users mailing list archive at Nabble

Camel Filter appears to delete files instead of leaving them be.

2014-08-21 Thread grimfury
it test so that it's easy to run -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Filter-appears-to-delete-files-instead-of-leaving-them-be-tp5755540.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Filter Bean when return value is false

2014-06-17 Thread ychawla
: Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Filter-Bean-when-return-value-is-false-tp5752457p5752458.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Filter Bean when return value is false

2014-06-17 Thread ychawla
Hello All, I have a bean that will return a boolean of true or false. When the value is false, I want to go in a camel filter. Filter looks for 'true', like below: How

Re: Camel Filter

2013-11-25 Thread Christian Posta
gt; > Question is why Filter is skipping full route? > > Any solution will be helpful. > > Regards, > Sachin > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Filter-tp5743794.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta

Camel Filter

2013-11-25 Thread smehta34
ul. Regards, Sachin -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Filter-tp5743794.html Sent from the Camel - Users mailing list archive at Nabble.com.