Hello,

I'm implementing a custom Processor - it will have a ProducerTemplate,
which will always
send to the next Endpoint, downstream - why do I have to set the
defaultEndpoint
or defaultEndpointURI?  That guarantees hardcoding.  Isn't there someway to
indicate,
upon CamelContext.createProducerTemplate() to imply next downstream
Endpoint?

It's not a show-stopper, I can explicitly configure the Producer
defaultEndpoint, but I don't
know why it can't default to the next down-stream consuming endpoint...

Thanks,

Chris

Reply via email to