A plugin for the Module Build Service to support sending and receiving messages from the Unified Message Bus
The Module Build Service is a system for building individual components (rpms) and aggregating them into modules which can be treated as discrete units for testing and deployment.
The MBS was originally built to work with fedmsg. However, it has a pluggable system for message parsing and publising. This package provides a plugin that enables fully config-driven message parsing, and publishing using STOMP.
Branch | Status | Coverage |
---|---|---|
master |
# Install Docker
$ sudo dnf install docker
# Build the container
$ sudo docker build -t mbs-messaging-umb-tests -f Dockerfile-tests .
# Run the tests
$ sudo docker run -it -v $PWD:/src:Z mbs-messaging-umb-tests