Hi Appreciate your suggestions on my design of routes below. Suppose I have a scenario:
I have An processes talking to multiple services Bm using message publish/subscribe pattern. A1...An <----bus------> B1...Bm I design my routes as follows: R1: from("topic:B1.*") to("A1") R2: from("topic:A1*") to ("B1") R3: from("topic:B2*") to ("A1").. ... Rn(2) So my question is: Do I need that my topics to take care this scenario? In addition, each topic would open one TCP connection. Imagine that eventually i will run out of file descriptors Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Route-question-tp4946967p4946967.html Sent from the Camel - Users mailing list archive at Nabble.com.