How to wiretap without consuming the original queue

2015-05-19 Thread Jonasty
;QueueIncoming"); } But when I send manual messages to the queue, they get to the tap queue and get consumed on the wireTap, which is ok but also on the original queue, which is NOT ok How can I solve this? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wire

Re: How to wiretap without consuming the original queue

2015-05-19 Thread Henryk Konsek
ue:aapTap").process(myProcessor).id("QueueIncoming"); > } > > But when I send manual messages to the queue, they get to the tap queue and > get consumed on the wireTap, which is ok but also on the original queue, > which is NOT ok > > How can I solve this? > &

Re: How to wiretap without consuming the original queue

2015-05-19 Thread Jonasty
How can I send it to nowhere or do nothing? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767255.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-19 Thread Henryk Konsek
nothing? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767255.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
nt to wiretap this incoming messages. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767296.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
quot;) + "Tap"); from("activemq:queue:" + propertiesManager.getProperty("queueName") + "Tap").process(processor).id("QueueIncoming"); -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767300.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread yogu13
-without-consuming-the-original-queue-tp5767253p5767298.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
But how can I log in that case a new incoming message on the queue? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767305.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread yogu13
in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767302.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread yogu13
http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767308.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Claus Ibsen
can I log in that case a new incoming message on the queue? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767305.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
I don't want to process anything, this is not the function of my program So I get from("activemq:queue:aap").wireTap("direct:log") // this is the tapped route from("direct:log").process(myProcessor) -- View this message in context: http://camel.465427.n

Re: How to wiretap without consuming the original queue

2015-05-20 Thread yogu13
7.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767312.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
If I do that, I wel get an unclosable loop of messages being pumped at the same queue. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767315.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Henryk Konsek
. śr., 20.05.2015 o 12:49 użytkownik Jonasty napisał: > If I do that, I wel get an unclosable loop of messages being pumped at the > same queue. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp576

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
Thanks, but Camel isn't allowed to consume in my program. I just need to monitor the queue. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767318.html Sent from the Camel - Users mailing list archi

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Claus Ibsen
ttp://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767318.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://dav

Re: How to wiretap without consuming the original queue

2015-05-20 Thread yogu13
try exploring JMS Selector for filtering out http://camel.apache.org/jms.html Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767316.html Sent from the Camel - Users mailing list archive at

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Reji Mathews
at > the > > same queue. > > > > > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767315.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > >

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Jonasty
The only helpful are questions that I posted by myself... -- View this message in context: http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767324.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to wiretap without consuming the original queue

2015-05-20 Thread Pontus Ullgren
features avail in activemq. Best regards Pontus Ullgren On Wed, 20 May 2015 14:37 Jonasty wrote: > The only helpful are questions that I posted by myself... > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-to-wiretap-without-consumi