Re: ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-24 Thread Michael Süess
Hi i have analyzed the problem a little bit and i think the problem is not the InOut pattern, but the multipleConsumers=true flag; if i run the same sample without the everything seems to be fine, but when i look in the in (data/spike/in) folder there are still *.camelLock files for each co

Re: ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-23 Thread Claus Ibsen
Hi Thanks. I have reproduced the issue and logged a JIRA https://issues.apache.org/jira/browse/CAMEL-5303 On Mon, May 21, 2012 at 7:38 AM, Michael Süess wrote: > Hi > > > Camel 2.8.4 > > Stacktrace: > > Starting Camel. Use ctrl + c to terminate the JVM. > > [                          main] MainS

Re: ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-20 Thread Michael Süess
Hi Camel 2.8.4 Stacktrace: Starting Camel. Use ctrl + c to terminate the JVM. [ main] MainSupportINFO Apache Camel 2.8.4 starting [ main] CamelNamespaceHandler INFO OSGi environment not detected. [

Re: ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-19 Thread Claus Ibsen
Hi Post the stacktrace, and what Camel version you are using. On Wed, May 16, 2012 at 5:35 PM, Michael Süess wrote: > I use vm (or seda) with ?multipleConsumers=true to implement a request-reply > observer pattern: > > > > http://www.springframework.org/schema/beans"; >       xmlns:xsi="http:

Re: ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-16 Thread Christian Müller
Could you set multipl eConsumers=true also on the producer (to("vm:...")) side. Best, Christian Sent from a mobile device Am 16.05.2012 17:37 schrieb "Michael Süess" : > I use vm (or seda) with ?multipleConsumers=true to implement a > request-reply observer pattern: > > > > xmlns="http://www.*

ExchangeTimedOutException when using vm/seda with multipleConsumers=true

2012-05-16 Thread Michael Süess
I use vm (or seda) with ?multipleConsumers=true to implement a request-reply observer pattern: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xsi:schemaLocation="