oro-flex/message-queue

The component incorporates a message queue in your application via different transports.

4.2.0 2022-01-06 20:17 UTC

This package is auto-updated.

Last update: 2024-04-07 01:35:28 UTC


README

The component incorporates a message queue in your application via different transports. It contains several layers.

The lowest layer is called Transport and provides an abstraction of transport protocol. The Consumption layer provides tools to consume messages, such as cli command, signal handling, logging, extensions. It works on top of transport layer.

The Client layer provides an ability to start producing/consuming messages with as little configuration as possible.

For more information, refer to the Message Queue topic in the online documentation portal.