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.
Features
- advertise/publish/subscribe messaging
- request/reply messaging
- seamless intra/inter-application communications
- very fast transmission
- very easy to use
- supports point-to-point TCP, Secure TCP, UDP, and multicast
License
Apache License V2.0Follow eBus
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Use this in some android apps and it works great for NIO sockets.