This PR enables emitting messages to any stomp-compliant message broker, similar to what currently exists for fedmsg.
rebased onto f9435a9edcb460d622142e9bdec9b9b13ba1766b
Thanks :)
Commit 631df5bf fixes this pull-request
Pull-Request has been merged by pingou
Hm, should we include this one only if stomp is configured?
Note: this is also breaking some of the tests
Well, fedmsg_notifications: True is also included even if FEDMSG_NOTIFICATIONS is disabled, so I wanted to maintain the same logic here. I'll take a look at the tests.
fedmsg_notifications: True
FEDMSG_NOTIFICATIONS
Good point, in that case I'd adjust both then ^^
This PR enables emitting messages to any stomp-compliant message broker, similar to what currently exists for fedmsg.