#3059 Enable sending messages to stomp-compliant brokers
Merged by pingou. Opened by bkabrda.
bkabrda/pagure stomp-integration  into  master

Download 3059.patch

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.

Good point, in that case I'd adjust both then ^^

Metadata