Skip to content

Queues

The main purpose for the async api specifications is to describe the services producing data on the broker and how to connect and subscribe to that data. The queues are part of the consumer and will therefore has minimal support for async api specifications. This may change in the future but for now. The focus is on the producers.

Queue naming

The principle of queueu naming is:

{vendor name}.{consuming system name {.subsystem name}}.{datamodel name / content description}.queue

Queue names should be suffixed with .queue.
Deadletter queue names should be suffixed with .deadletter.queue.