Re: No consumers available on endpoint exception

2012-01-12 Thread MichaelAtSAG
Component VM worked perfectly. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-tp5138202p5140672.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: No consumers available on endpoint exception

2012-01-12 Thread Hadrian Zbarcea
e.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-tp5138202p5140082.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Hadrian Zbarcea Principal Software Architect Talend, Inc http://coders.ta

Re: No consumers available on endpoint exception

2012-01-12 Thread Ashwin Karpe
ce (a Progress Software Corporation subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-tp513820

Re: No consumers available on endpoint exception

2012-01-11 Thread Christian Müller
> endpoint: > Endpoint[direct://Emit_InvLow]. Exchange[PartInventoryLow.xml] > > I believe this is due to the use of two camel context files. I then changed > the endpoint to use seda instead of direct, yet nothing happens when I do > this. > > How do I connect the routes tog

No consumers available on endpoint exception

2012-01-11 Thread MichaelAtSAG
t://Emit_InvLow]. Exchange[PartInventoryLow.xml] I believe this is due to the use of two camel context files. I then changed the endpoint to use seda instead of direct, yet nothing happens when I do this. How do I connect the routes together? -- View this message in context: http://camel.465427.n5.nabble.com

Re: No consumers available on endpoint exception?

2011-12-15 Thread Willem Jiang
know how to use camel-test.., and we don't need more configure file of camel in my application, so i need to use the api and parse my configure file. -- View this message in context: http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-tp5076708p5076812.html Sent fr

Re: No consumers available on endpoint exception?

2011-12-15 Thread xiangqiuzhao
i'm a newbie in java, i'm use j2se usually。so i don't know how to use camel-test.., and we don't need more configure file of camel in my application, so i need to use the api and parse my configure file. -- View this message in context: http://camel.465427.n5.nabble.com/No-co

Re: No consumers available on endpoint exception?

2011-12-14 Thread xiangqiuzhao
5.nabble.com/No-consumers-available-on-endpoint-exception-tp5076708p5076800.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: No consumers available on endpoint exception?

2011-12-14 Thread Claus Ibsen
(exchange); >>>        System.out.println(new >>> String((byte[])exchange.getOut().getBody())); >>> >>> >>> Exception in thread "main" org.apache.camel.CamelExchangeException: No >>> consumers available on endpoint: Endpoint[direct://test]. >>> Exchange[Mes

Re: No consumers available on endpoint exception?

2011-12-14 Thread Claus Ibsen
xception in thread "main" org.apache.camel.CamelExchangeException: No >> consumers available on endpoint: Endpoint[direct://test]. >> Exchange[Message: >> send something] >>        at >> >> org.apache.camel.component.direct.DirectProducer.process(DirectPro

Re: No consumers available on endpoint exception?

2011-12-14 Thread Willem Jiang
No consumers available on endpoint: Endpoint[direct://test]. Exchange[Message: send something] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:46) at com.sunyard.camel.TestJmsComponent.main(TestJmsComponent.java:51) where is wrong in my program? -- View this message in context: http:/

Re: No consumers available on endpoint exception?

2011-12-14 Thread Christian Schneider
ption: No consumers available on endpoint: Endpoint[direct://test]. Exchange[Message: send something] at org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:46) at com.sunyard.camel.TestJmsComponent.main(TestJmsComponent.java:51) where is wrong in my pro

Re: No consumers available on endpoint exception?

2011-12-14 Thread Claus Ibsen
No > consumers available on endpoint: Endpoint[direct://test]. Exchange[Message: > send something] >        at > org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:46) >        at com.sunyard.camel.TestJmsComponent.main(TestJmsComponent.java:51) > > >

No consumers available on endpoint exception?

2011-12-14 Thread xiangqiuzhao
nyard.camel.TestJmsComponent.main(TestJmsComponent.java:51) where is wrong in my program? -- View this message in context: http://camel.465427.n5.nabble.com/No-consumers-available-on-endpoint-exception-tp5076708p5076708.html Sent from the Camel - Users mailing list archive at Nabble.com.