The doStart method in SendProcessor creates the producer but does not start
it.
protected void doStart() throws Exception {
this.producer = destination.createProducer();
}Should it not also do producer.doStart() ? -- View this message in context: http://www.nabble.com/SendProcessor-doStart-tf4324311s22882.html#a12314915 Sent from the Camel - Users mailing list archive at Nabble.com.
