On 1/16/2017 2:20 AM, Christian Schneider wrote:
<stuff deleted>
- One way messaging. I think the purest form of remote communication
are one way messages backed by JMS or Kafka or other messaging
brokers. Unfortunately I think this is only partially supported in
Remote Services.
and Nick Baker just wrote:
>Where is Event Admin?
In terms of standardization, there was a DistributedEventing rfp 158
[1], but I don't know what's planned for that now by the EEG. There was
also some work on push streams and perhaps that's somehow absorbed the
distributed eventing. Someone on this list currently on the EEG can
probably speak to the state of standardization.
In terms of implementation, ECF has had a DistributedEventAdmin
implementation for a very long time [2]. The description at [2] is
based upon ActiveMQ, but like ECF's remote services implementation, a
provider approach allows the substitution of other pub/sub
providers...for example mqtt [3], and others (e.g. Camel...and plenty of
others).
Scott
[1] https://github.com/osgi/design
[2] https://wiki.eclipse.org/EIG:Distributed_EventAdmin_Service
[3] https://github.com/ECF/Mqtt-Provider