Re: Single Port Handling

2009-04-23 Thread Carlo Camerino
There is a request reply on camel currentIly exisintg. I don't know if I should use ExchangePattern.InOut or exchangepattern.inonly. My replier thread is another thread... how can I tell this thread to wait while its result hasnot yet arrived. >From other implementations I see that they use the

Single Port Handling

2009-04-23 Thread Carlo Camerino
Hi, I have a single tcp port in which I can connect to and I have a lot of messages coming in. WHat pattern should I use so that I can send messages to the port without making my implementation synchronized. How can I make my threads wait while waiting for its reply at the same time know that its