Hi there, i have an issue in my tomcat application while calling an inout queue concurrently.
There are 5 consumers listening concurrently to a queue in an "outer" route, and in this route we placed a further concurrent (8 Consumer) inout FileUpload queue where further processing takes place. There are no FileUpload issues, all 9 Tables are Uploaded correctly with SqlLoader to Oracle, but no answer reaches the "outer" calling route. After i have analyzed both contexts over JMX, i found out that the concurrent inout FileUpload Queue completes all 9 Exchanges, but only 5 exchanges arrive at the "calling context". Naming issues (e.g. clashes / collisions) or any lowlevel issues can be excluded. Now my concrete Question: Might this be an issue with the ActiveMQ temporary Queue, or are we following some "Non-Camel-like" design pattern of or contexts? Is there anybody who has experienced an issue like this and who can give us some tips for a workaround? I would be also glad, if you could point to some trace spots. Thanks in advance for your help! Kind regards, uemit2705 -- View this message in context: http://camel.465427.n5.nabble.com/Issue-during-concurrent-inOut-Queue-Call-tp5721540.html Sent from the Camel - Users mailing list archive at Nabble.com.