Re: Producer and ConsumerTemplate

2012-08-19 Thread Claus Ibsen
Hi You can read about the producer template here http://camel.apache.org/producertemplate.html The idea is similar to the Spring Templates, eg JmsTemplate, JdbcTemplate etc. To make it easier to use a framework, eg in those from Spring, eg to work with JMS or JDBC. The Camel Producer- and

Producer and ConsumerTemplate

2012-08-19 Thread Joe San
Camel fans, The Producer and Consumer templates - are they kind of mock interfaces to create a Producer and a Consumer? What benefits do they serve when comparing against the different EndPoint Components? Regards, Jothi