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
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
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
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");
> >
>
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");
>
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
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.
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.
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
>
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
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
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
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.
:
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.
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
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
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.
17 matches
Mail list logo