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
>
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
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
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