That's the whole point, I am wiretapping it, but it still get polled from my
queue,

My routes look like:
from("activemq:queue:" +
propertiesManager.getProperty("queueName")).wireTap("activemq:queue:" +
propertiesManager.getProperty("queueName") + "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.

Reply via email to