Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dirigible » Messaging Service API discussion(Discussion about Messaging Service API)
icon5.gif  Messaging Service API discussion [message #1706065] Fri, 21 August 2015 15:04 Go to next message
Eclipse UserFriend
Hi,

A new Messaging Service was introduced recently with the following API:

https://github.com/eclipse/dirigible/blob/master/org.eclipse.dirigible/org.eclipse.dirigible.parent/repository/org.eclipse.dirigible.repository.ext/src/org/eclipse/dirigible/repository/ext/messaging/IMessagingService.java

The target is providing a passive message bus. It can have Topics, to which Clients can send messages (as Senders) and receive massages for Topics they have subscribed to (as Receivers). The active parties are always the Clients, hence the Messaging Service will not actively notify Clients on receiving new messages. The "active" behaviour can be achieved by using a Job Flow in addition.

Feedback and new ideas are welcome!

Regards,
Nedelcho
Re: Messaging Service API discussion [message #1726468 is a reply to message #1706065] Mon, 14 March 2016 07:49 Go to previous message
Eclipse UserFriend
Hi All,

To simplify the asynchronous scenarios by utilising the Message Service feature, a new Listener artefact will be introduced. It will specify the the type of the event it listens to and the callback, which have to be triggered as a result. More info can be found at:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=489422

Regards,
Nedelcho
Previous Topic:Supportability: Remote debugging dirigible code
Next Topic:Dirigible Testing Lab
Goto Forum:
  


Current Time: Fri Apr 19 21:24:17 GMT 2024

Powered by FUDForum. Page generated in 0.02942 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top