Hi all, I'm very new to Camel. I have to define a Camel component for RabbitMQ.
I'm investigating on definition of routes and its impact on my component. For example if I apply a filter on a route from("jms:xmlOrders").filter(xpath("/order[not(@test)]")).to("somewhere"); I suppose that it hasn't an impact on my component (I mean I don't have to manage the filtering in my rabbitmq camel component code). What about multicast? Do I have to manage it? For example: from("jms:xmlOrders").multicast().to("jms:accounting", "jms:production"); Do I have to intercept the multicast request in some way or is the camel context that manages it? Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-RabbitMQ-tp5525547p5525547.html Sent from the Camel Development mailing list archive at Nabble.com.