We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

eBus

A Java middleware API supporting broker-less, type+topic-based publish/subscribe and request/reply messaging for both intra- and inter-application, object-level communication.

Broker-less: messages are transmitted directly between eBus applications. There is no message broker (i.e. server) in between.

Type+topic addressing: eBus clients subscribe to a message class (type) and message topic, providing stronger typing than just topic-based subscriptions.

Object-level communication: eBus delivers messages directly to client objects, not to a client process.

Process inefficiencies are a drain on any business, no matter how big or small, so speeding up your workflow is an absolute essential. Download the FREE Top 5 Process guides to better understand how workflow automation looks within each line of business like IT, Sales, Finance, and Human Resources. Remember, just because you’ve established a process within your organization or department, it doesn’t mean that it’s working as well as it could be.

Website http://ebus.sourceforge.net
Tags
License
Platform
Features
  • advertise/publish/subscribe messaging
  • request/reply messaging
  • seamless intra/inter-application communications
  • very fast transmission
  • very easy to use