Skip to content

A plugin for the Module Build System to support sending and receiving messages from the Unified Message Bus

License

Notifications You must be signed in to change notification settings

DavidPrexta/mbs-messaging-umb

 
 

Repository files navigation

mbs-messaging-umb

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.

Build Status

Branch Status Coverage
master

Running the Tests

# 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

About

A plugin for the Module Build System to support sending and receiving messages from the Unified Message Bus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%