Re: DirectProducer - no consumers available on endpoint

2012-04-27 Thread Willem Jiang
ervice. Is that a fair statement? At this point all that I was trying to accomplish was to see the correct result from the web service appear in the log. Any help or pointers appreciated. Cheers -- View this message in context: http://camel.465427.n5.nab

Re: DirectProducer - no consumers available on endpoint

2012-04-27 Thread Danny
quot;MESSSAGE FROM WEB SERVICE: " + result.get(0)); > > > > > > Right now the responseExchange.getOut() gives a null pointer exception. > I'm > > fuzzy on exactly what the parameters to setHeader and send are supposed > to > > be set to. > > &g

Re: DirectProducer - no consumers available on endpoint

2012-04-27 Thread Willem Jiang
point all that I was trying to accomplish was to see the correct result from the web service appear in the log. Any help or pointers appreciated. Cheers -- View this message in context: http://camel.465427.n5.nabble.com/DirectProducer-no-consumers-available-on-endpoint-tp5671126p5671126.html Sent

Re: DirectProducer - no consumers available on endpoint

2012-04-27 Thread Christian Müller
s role the processor is essentially serving as the > client for the call to my external web service. Is that a fair statement? > At this point all that I was trying to accomplish was to see the correct > result from the web service appear in the log. Any help or pointers > appreciated. > > Cheers > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/DirectProducer-no-consumers-available-on-endpoint-tp5671126p5671126.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

DirectProducer - no consumers available on endpoint

2012-04-27 Thread Danny
t? At this point all that I was trying to accomplish was to see the correct result from the web service appear in the log. Any help or pointers appreciated. Cheers -- View this message in context: http://camel.465427.n5.nabble.com/DirectProducer-no-consumers-available-on-endpoint-tp5671126p5671126.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-09 Thread Stephen Gargan
OUND_QUEUE); >                } > > But, I don't ever stop the DECODE_DIRECT route itself.  If I were stopping > that route, then I'd expect to see an error saying that the route hasn't > been started or is unavailable. > > thanks again... > > > > --

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-09 Thread boday
l 2.1 -- View this message in context: http://old.nabble.com/DirectProducer---no-consumers-available-on-endpoint...message-is-lost-tp27828628p27838518.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread Claus Ibsen
100); > String msgBody = exchange.getIn().getBody(String.class); > producer.sendBody("direct::Decoder", msgBody); > > Every now and then, I get the following warning in my logs... > > WARN  - DirectProducer                 - No consumers available on endpoint: > Endpo

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread Willem Jiang
many successful retries of of other messages, etc... - Ben - Senior Consultant using SMX 3.3.1/Camel 2.1 -- View this message in context: http://old.nabble.com/DirectProducer---no-consumers-available-on-endpoint...message-is-lost-tp27828628p27830046.html Sent from the Camel - Users mailing list

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread Stephen Gargan
99% of the time...randomly we see this error > after many successful retries of of other messages, etc... > > - > Ben - Senior Consultant > using SMX 3.3.1/Camel 2.1 > -- > View this message in context: > http://old.nabble.com/DirectProducer---no-consumers-available

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread boday
yes, the retry does work fine 99% of the time...randomly we see this error after many successful retries of of other messages, etc... - Ben - Senior Consultant using SMX 3.3.1/Camel 2.1 -- View this message in context: http://old.nabble.com/DirectProducer---no-consumers-available-on

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread Stephen Gargan
You say "Every now and then, I get the following warning in my logs... WARN - DirectProducer - No consumers available on endpoint: Endpoint[direct://Decoder]" This wouldn't happen to coincide with your timer would it? Does the polling consumer ever succeed or

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread boday
ing SMX 3.3.1/Camel 2.1 -- View this message in context: http://old.nabble.com/DirectProducer---no-consumers-available-on-endpoint...message-is-lost-tp27828628p27829374.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread Stephen Gargan
irect::Decoder", msgBody); > > Every now and then, I get the following warning in my logs... > > WARN  - DirectProducer                 - No consumers available on endpoint: > Endpoint[direct://Decoder] > > Whenever this happens, the message being sent to this endpoint is los

DirectProducer - no consumers available on endpoint...message is lost

2010-03-08 Thread boday
("activemq:errorQueue", 100); String msgBody = exchange.getIn().getBody(String.class); producer.sendBody("direct::Decoder", msgBody); Every now and then, I get the following warning in my logs... WARN - DirectProducer - No consumers available on endpoint: Endpoint[direct: