Skip navigation links

Package eneter.messaging.nodes.broker

Publish-subscribe scenarios.

See: Description

Package eneter.messaging.nodes.broker Description

Publish-subscribe scenarios. The broker is the communication component intended for publish-subscribe scenario. It is the component which allows consumers to subscribe for desired message types and allows publishers to send a message to subscribed consumers.

When the broker receives a message from a publisher it finds all consumers subscribed to that message and forwards them the message.
Skip navigation links