Re: ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Claus Ibsen
eue", item); and > from("direct:createFolderQueue"). > It says there is no consumer for "direct"createFolderQueue" > > > From: Claus Ibsen > Sent: Friday, April 12, 2019 12:16 PM > To: users@camel.apache.org >

Re: ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Vladimir Cherepnalkovski
en Sent: Friday, April 12, 2019 12:16 PM To: users@camel.apache.org Subject: Re: ProducerTemaplate with direct or vm component, no consumer error Hi The ref component refers to an endpoint in the bean registry, eg if you setup a bean of endpoint type etc, so what you should do is just to use &q

Re: ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Claus Ibsen
Hi The ref component refers to an endpoint in the bean registry, eg if you setup a bean of endpoint type etc, so what you should do is just to use "direct:xxx" instead. On Fri, Apr 12, 2019 at 11:44 AM Vladimir Cherepnalkovski < cherepnalkov...@hotmail.com> wrote: > Hi all, > I got org.apache.ca

ProducerTemaplate with direct or vm component, no consumer error

2019-04-12 Thread Vladimir Cherepnalkovski
Hi all, I got org.apache.camel.NoSuchEndpointException: No endpoint could be found for: ref:direct:createFolderQueue . I am using this bean to create one camel context, and use this context in all routes: @Component public class ArkCaseCamelContext { private CamelContext context; publi