Thanks Omar for quick response. I have already checked the documentation. But I am not able to understand that how can I call the code of Camel from ofbiz which is running on different jvm.
Assume, I have method add() which is having the camel code. Is there any way to call this method from OFBiz. On Wed, Sep 25, 2019 at 4:32 PM Omar Al-Safi <[email protected]> wrote: > 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 < > [email protected]> 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* > > > -- *Thanks & Regards,* *Jaiprakash Mewada* Senior Enterprise Software Engineer *HotWax Systems*
