You can either use what Claus mentioned which is already part of activemq or
from("activemq:queue:aap")
.wireTap("direct:log")
.to("activemq:queue:aap") // instead of processing adding back to queue
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-wiretap-without-consuming-the-original-queue-tp5767253p5767312.html
Sent from the Camel - Users mailing list archive at Nabble.com.
