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 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 Roux <
[email protected]> wrote:

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 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 <[email protected]>
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 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 like '<engine
name="jms" class="org.ofbiz.service.jms.JmsServiceEngine"/>'
and define the service like (common/services_test.xml)
<service name="testJMSQueue" engine="jms" location="serviceMessenger"
invoke="testScv">...

Distributed Cache Clear uses the same mechanism:
https://cwiki.apache.org/confluence/display/OFBIZ/
Distributed+Entity+Cache+Clear+(DCC)+Mechanism



--
View this message in context: http://ofbiz.135035.n4.nabble.
com/send-events-from-ofbiz-tp4702636p4702683.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Reply via email to