the usual way over p = camelContext.getProducerTemplate( ); e = camelContext.getEndpoint( "direct:registerServer" );
p.sendBody( e, "some txt" ); works fine... @Consume-annotation, used on the other side, works also well. any explanations? -- View this message in context: http://www.nabble.com/Problem-with-%40Produce-annotation-tp20684118s22882p20685085.html Sent from the Camel - Users mailing list archive at Nabble.com.
