The best way is to follow the documentation in this regards: https://camel.apache.org/manual/latest/faq/running-camel-standalone.html. And this is an example for a standalone Camel application: https://github.com/apache/camel/blob/master/examples/camel-example-debezium/src/main/java/org/apache/camel/example/debezium/DebeziumMySqlConsumerToKinesis.java
Regards, Omar On Wed, 25 Sep 2019 at 12:39, Jaiprakash Mewada < jaiprakash.mew...@hotwaxsystems.com> wrote: > Hi Team, > > I am beginner in Apache Camel. I have ofbiz code running on different jvm. > I want Camel code to be running on different jvm. I need to send the data > from ofbiz to third party using camel's route. > > It looks like I need to run standalone application of Camel. Can someone > please guide me, what is the best possible way to implement this ? > > And If I implement separate standalone application, then how would I call > the code of Camel from ofbiz which is running on different jvm ? > > -- > *Thanks & Regards,* > *Jaiprakash Mewada* > Senior Enterprise Software Engineer > > *HotWax Systems* >