[ 
https://issues.apache.org/jira/browse/CAMEL-10199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399727#comment-15399727
 ] 

Claus Ibsen commented on CAMEL-10199:
-------------------------------------

You have an ordering issue when you use custom DMLC and have it trigger before 
Camel is starting/started.

The bean injection is done by Spring and it may inject beans during startup. We 
may have a way of auto starting those injected ProducerTemplates on beans when 
Camel is starting, as <camel:template> does.

> EndpointInject injects not started ProducerTemplate
> ---------------------------------------------------
>
>                 Key: CAMEL-10199
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10199
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.17.2
>            Reporter: John Mark
>            Priority: Minor
>
> I use Camel with Spring framework and create my routes as spring beans. I use 
> {{<camel:ContextScan/>}} to have my routes started. 
> The problem I have is that the {{ProducerTemplate}} that is injected into my 
> bean (a different bean - not the route bean) using {{@EndpointInject}} is not 
> ready for use. When I try to call producerTemplate.send() I get:
> {noformat}
> IllegalStateException: ProducerTemplate has not been started
> {noformat}
> I am using {{?block=true}} in the uri when I call producerTemplate.send()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to