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 <mirko.vogelsme...@lynx.de>
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