[
https://issues.apache.org/jira/browse/CAMEL-10199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15398880#comment-15398880
]
Claus Ibsen commented on CAMEL-10199:
-------------------------------------
Do you use the injected producer template before CamelContext is started? or
when do you use it?
> EndpointInject injects not started ProducerTemplate
> ---------------------------------------------------
>
> Key: CAMEL-10199
> URL: https://issues.apache.org/jira/browse/CAMEL-10199
> Project: Camel
> Issue Type: Bug
> Components: camel-spring
> Affects Versions: 2.17.2
> Reporter: John Mark
>
> 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)