* @param camelContext the context to use
* @param producerTemplate the template used to send the exchange
* @return a newly created JMS MessageListener
*/
public static CamelMessageListener newInstance(CamelContext camelContext, ProducerTemplate producerTemplate) {
return new CamelMessageListener(camelContext, new ProducerTemplateProcessor(producerTemplate));
}