I'm using the camel-cdi component to inject ProducerTemplates into my EJB's
e.g.

    @Inject
    @Uri("jms:ToolQueue?preserveMessageQos=true")
    ProducerTemplate toolQueueMessageProducer;

My understanding is that the camel-cdi component should manage the look up
and lifecycle of the producer template for me.

Is this correct?



--
View this message in context: 
http://camel.465427.n5.nabble.com/ProducerTemplate-without-using-Spring-tp5739099p5757633.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to