I have written code for <onexception> ..call processor with code below..</onexception> ................ from("jmsamq:queue:*CamelWireTapOrdersTestQ*") .filter(header("JMSMessageID").isEqualTo(exchange.getIn().getHeader("JMSMessageID"))) .to("jmsamq:queue:PreIngestCompletedOrdersTestQ_EXP"); ...................
But the problem is for every request there is a new consumer added to queue:CamelWireTapOrdersTestQ how can I avoid it? I only need one listener. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Route-adding-many-listners-to-AMQ-tp5803328.html Sent from the Camel - Users mailing list archive at Nabble.com.