Application Partitioning

When there’s a requirement to spread the load of clients connected to an event broker service, the a…

Application Late-Join

Ability to entertain an application which did not have queues or subscriptions on the event broker a…

Application Domain

Application Domain represents a logical unit, grouping multiple applications representing different…

API Tokens

API token is a unique identifier of an application requesting access to the service. Individual perm…

Anonymous Queue

Anonymous queue are queues whose name is generated by the API rather than being specified by the app…

Anatomy of Message

An event, along with a query or command, is a type of message:
- An event is something that has …