...
GISCs may establish agreements within their Area of Responsibility to support additional message queue protocols.
For discussion: use of AsyncAPI
...
(a protocol-agnostic abstraction layer for asynchronous APIs)
AsyncAPI is a protocol agnostic industry standard for defining asynchronous API end-points. It defines and documents the components of an Event-Driven Architecture and enables people to publish a description of their asynchronous API, including which specific protocols are supported. As OpenAPI is for RESTful APIs, the service description supports both discovery and automated code generation for client applications. The current version is AsyncAPI specification 2.0.
...