Messaging module

A set of interfaces and classes for working with message queues, as well as an in-memory message queue implementation.

Modules

The module contains the following packages:

  • Build - in-memory message queue factory
  • Queues - contains interfaces for working with message queues, subscriptions for receiving messages from the queue, and an in-memory message queue implementation.
  • Connect - contains an interface used to create message queue connections
  • Test - contains a class used to test message reception

Use

Get the package from the Github repository:

go get -u github.com/pip-services4/pip-services4-go/tree/main/pip-services4-messaging-go@latest