Re: send events from ofbiz

2017-02-21 Thread Milan Agatonovic
Thank you Scott On Wed, Feb 22, 2017 at 5:51 AM, Scott Gray wrote: > Hi Milan, > > You may want to consider implementing your own service engine > implementation, there really isn't much to it and from there you can send > the events however you like to wherever you like. Take a look at the > H

Re: send events from ofbiz

2017-02-21 Thread Scott Gray
Hi Milan, You may want to consider implementing your own service engine implementation, there really isn't much to it and from there you can send the events however you like to wherever you like. Take a look at the HttpEngine as an example. Once you've defined an engine you then need to define a

OFX Bank Statements & OFBiz

2017-02-21 Thread james
Anyone have experience integrating online to any of the major banks to load and auto reconcile bank statements with OF Biz financials? If so is there a module specifically built for this readily available? Thanks, James

Re: send events from ofbiz

2017-02-21 Thread Jacques Le Roux
I guess Kafka as ServiceMix and most others are using AMQ underneath. Rabbit is another beast, your choice... Jacques Le 21/02/2017 à 16:16, Milan Agatonovic a écrit : Thanks but I am looking to more contemporary way, since the app that should expose the API to ofbiz is yet to be built by 3rd

Re: send events from ofbiz

2017-02-21 Thread Milan Agatonovic
Thanks but I am looking to more contemporary way, since the app that should expose the API to ofbiz is yet to be built by 3rd party and will not support SOAP, only REST. Any published attempts to send event to kafka, rabbit or some message other queue? On Tue, Feb 21, 2017 at 4:00 PM, Jacques Le R

Re: send events from ofbiz

2017-02-21 Thread Jacques Le Roux
Hi Milan, You can also directly use SOAP, though there is a small limitation. The external client must use a slightly changed Apache CXF See https://issues.apache.org/jira/browse/OFBIZ-4245 for details HTH Jacques Le 21/02/2017 à 12:15, Milan Agatonovic a écrit : Thanks Mirko, apart from J

Re: send events from ofbiz

2017-02-21 Thread Milan Agatonovic
Thanks Mirko, apart from JMS and JNDI-ed Broker, is there any other "out-of-the-box" way that you are aware of? On Tue, Feb 21, 2017 at 11:59 AM, Vogelsme wrote: > @Pierre > Thats pretty much what we did. Will check out that page later. > > @Milan > As I do not know what exactly your plan it is

Re: send events from ofbiz

2017-02-21 Thread Vogelsme
@Pierre Thats pretty much what we did. Will check out that page later. @Milan As I do not know what exactly your plan it is hard to help you. The OFBiz-Way would be to use the Serviceengine to connect to anything outside like an JMX Broker. You can define your own engine in the serviceengine.xml l

Re: send events from ofbiz

2017-02-21 Thread Milan Agatonovic
Thanks for the nice interpellation Pierre, but is there anybody who can share the experience of sending events out the ofbiz? cheers, Milan On Mon, Feb 20, 2017 at 11:02 AM, Pierre Smits wrote: > Hi Mirko, > > It is nice to read that you have successfully integrated Apache Wink into > OFBiz. Di