Using the publisher:
producerTemplate.asyncSendBody("direct:myprocedure", massageBody);
Using the "createProducer()" in ManagedCamel to create the producerTemplate.