On Tue, Sep 21, 2010 at 7:04 PM, Bruno Borges wrote:
> Isn't the endpoint associated to "oftpToUrl" supposed to createConsumer for
> this route?
>
You have
.to(oftpToUrl)
which means its a producer
>
> Cheers,
> Bruno Borges
> www.brunoborges.com.br
> +55 21 76727099
>
> "The glory of great me
Isn't the endpoint associated to "oftpToUrl" supposed to createConsumer for
this route?
Cheers,
Bruno Borges
www.brunoborges.com.br
+55 21 76727099
"The glory of great men should always be
measured by the means they have used to
acquire it."
- Francois de La Rochefoucauld
On Tue, Sep 21, 201
In the following Java DSL route, the Endpoint we are developing does not
create a consumer.
from("file:/home/bruno/odette/
outbox")
.to(oftpToUrl)
.choice()
.when(header(OdetteEndpoint.ODETTE_DELIVERY_NOTIFICATION).isNotNull())