Re: OFBiz and Kafka integration

2015-10-09 Thread S K Pradeep Kumar
Hi Adrian, I found the jms integration with ActivMQ https://www.ecomify.de/blog/apache-ofbiz-esb-integration-per-jms-398/ With regards, Pradeep Kumar With regards, S K Pradeep Kumar, 9035009495 On Wed, Oct 7, 2015 at 11:04 PM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > have

Re: OFBiz and Kafka integration

2015-10-09 Thread Bilgin Ibryam
I'd probably would write a service in Java and use kafka client for the integration. Another way would be to use something like Apache Camel with OFBiz [1] which gives a lot more connectivity possibilities [2] including with Kafka [3] [1]

OFBiz and Kafka integration

2015-10-07 Thread S K Pradeep Kumar
Hi All, Is there any one integrated OFBiz with Apache Kafka? What would be the best approach for this? With regards, Pradeep Kumar

Re: OFBiz and Kafka integration

2015-10-07 Thread Adrian Crum
Why is the integration necessary? What is the use case? Adrian Crum Sandglass Software www.sandglass-software.com On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote: Hi All, Is there any one integrated OFBiz with Apache Kafka? What would be the best approach for this? With regards, Pradeep Kumar

Re: OFBiz and Kafka integration

2015-10-07 Thread Adrian Crum
have you looked at JMS? OFBiz includes a JMS integration. Adrian Crum Sandglass Software www.sandglass-software.com On 10/7/2015 10:19 AM, S K Pradeep Kumar wrote: Hi Adrian, This is required for the data exchange between 2 systems. Basically, we are taking user and product data from other

Re: OFBiz and Kafka integration

2015-10-07 Thread S K Pradeep Kumar
Hi Adrian, This is required for the data exchange between 2 systems. Basically, we are taking user and product data from other system. With regards, Pradeep Kumar With regards, S K Pradeep Kumar, 9035009495 On Wed, Oct 7, 2015 at 6:54 PM, Adrian Crum < adrian.c...@sandglass-software.com>