Re: Consuming messages in camel cdi

2015-07-07 Thread Charlie Mordant
having this same problem with CDI and a POJO consumer with an > >> annotated > >> > method @Consumer("direct:someEndpoint"). > >> > > >> > I get the error message "no consumers available on endpoint". > >> > > >>

Re: Consuming messages in camel cdi

2015-07-07 Thread Claus Ibsen
gt;> > my POJO is in the registry. >> > >> > Has anyone managed to resolve this or am I missing something? >> > >> > Thanks >> > >> > Ted >> > >> > >> > >> > -- >> > View this message in context:

Re: Consuming messages in camel cdi

2015-07-06 Thread Charlie Mordant
; > > > I inspected the CDI registry (this.camelContext.getRegistry()) and I can > see > > my POJO is in the registry. > > > > Has anyone managed to resolve this or am I missing something? > > > > Thanks > > > > Ted > > > > >

Re: Consuming messages in camel cdi

2015-07-06 Thread Claus Ibsen
stry. > > Has anyone managed to resolve this or am I missing something? > > Thanks > > Ted > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Consuming-messages-in-camel-cdi-tp5748489p5768848.html > Sent from the Camel - Users mailin

Re: Consuming messages in camel cdi

2015-07-04 Thread Charlie Mordant
ething? > > Thanks > > Ted > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Consuming-messages-in-camel-cdi-tp5748489p5768848.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Consuming messages in camel cdi

2015-07-03 Thread Ted
y POJO is in the registry. Has anyone managed to resolve this or am I missing something? Thanks Ted -- View this message in context: http://camel.465427.n5.nabble.com/Consuming-messages-in-camel-cdi-tp5748489p5768848.html Sent from the Camel - Users mailing list archive at Nabble.com.

Consuming messages in camel cdi

2014-03-08 Thread Charlie Mordant
Hi, I'm not able to consume message with @Consume message with the camel-cdi 2.13 (on Karaf, with pax-cdi, etc...). I'm able to register component (jms), Produce message (with @Produce), but it seems that @Consume does not work. Can you confirm that the syntax is @Consume(uri = "jms:queue:helloS