RE: InOut and JMS topic, does it make sense?

2013-04-24 Thread PJ Walstroem
thank you, Stephan. Your answer makes sense. I think we will use topic + inOnly and handle the responses in a different route. The number of subscribers could be as high as 50, so a topic seems to be the solution. You also say that "Camel had no way to determine what n is and how many answers to e

RE: InOut and JMS topic, does it make sense?

2013-04-24 Thread Siano, Stephan
Hi, >From my understanding Request Reply (InOut) doesn't make too much sense in >combination with topics. With queues the semantic is simple: you send out a >message to a queue, wait for a response in a different queue and proceed. For >topics the thing is a bit different, if you send a messag