On Wed, Sep 25, 2019 at 6:24 PM Jaiprakash Mewada <jaiprakash.mew...@hotwaxsystems.com> wrote: > > Yes, I saw this example. With the help of this, we can integrate Camel code > with OFBiz but it will run on same jvm. > > I want to run OFBiz and Camel code separately on different jvm. >
Then you need some remote protocol, whether it's http or binary based. There are no ofbiz component in camel that does this out of the box. You can for example have some rest http service in ofbiz and let camel use that. > On Wed, 25 Sep 2019, 7:36 p.m. Andrea Cosentino, <anco...@gmail.com> wrote: > > > Have you seen this project? https://github.com/bibryam/ofbiz-camel > > > > Il giorno mer 25 set 2019 alle ore 14:50 Jaiprakash Mewada < > > jaiprakash.mew...@hotwaxsystems.com> ha scritto: > > > > > 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 <omars...@gmail.com> 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 < > > > > 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* > > > > > > > > > > > > > > > > > > -- > > > *Thanks & Regards,* > > > *Jaiprakash Mewada* > > > Senior Enterprise Software Engineer > > > > > > *HotWax Systems* > > > > > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2