https://github.com/release-engineering/mbs-messaging-umb
A plugin for the Module Build System to support sending and receiving messages from the Unified Message Bus
https://github.com/release-engineering/mbs-messaging-umb
Last synced: about 1 year ago
JSON representation
A plugin for the Module Build System to support sending and receiving messages from the Unified Message Bus
- Host: GitHub
- URL: https://github.com/release-engineering/mbs-messaging-umb
- Owner: release-engineering
- License: mit
- Created: 2017-09-22T16:39:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T19:31:47.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:11:30.584Z (over 1 year ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://pagure.io/fm-orchestrator/) 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](http://fedmsg.com).
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 | [![][travisbadge]][travislink] | [![][covbadge]][covlink] |
[travisbadge]: https://secure.travis-ci.org/release-engineering/mbs-messaging-umb.png?branch=master "Travis CI build status"
[travislink]: https://travis-ci.org/release-engineering/mbs-messaging-umb "Travis CI for mbs-messaging-umb"
[covbadge]: https://codecov.io/gh/release-engineering/mbs-messaging-umb/branch/master/graph/badge.svg "codecov.io status"
[covlink]: https://codecov.io/gh/release-engineering/mbs-messaging-umb "codecov.io for mbs-messaging-umb"
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