Re: FBR: subscribe fedora-messaging consumers to zmq.topic

2019-10-10 Thread Pierre-Yves Chibon
On Wed, Oct 09, 2019 at 06:03:48PM +0200, Aurelien Bompard wrote: > Do you have a ansible patch here? > >Yes, sorry, this is it. > diff --git a/roles/rabbit/queue/tasks/main.yml > b/roles/rabbit/queue/tasks/main.yml > index 7259984f6..68ced3015 100644 > ---

Re: FBR: subscribe fedora-messaging consumers to zmq.topic

2019-10-09 Thread Aurelien Bompard
> Do you have a ansible patch here? > > Yes, sorry, this is it. diff --git a/roles/rabbit/queue/tasks/main.yml b/roles/rabbit/queue/tasks/main.yml index 7259984f6..68ced3015 100644 --- a/roles/rabbit/queue/tasks/main.yml +++ b/roles/rabbit/queue/tasks/main.yml @@ -66,7 +66,7 @@

Re: FBR: subscribe fedora-messaging consumers to zmq.topic

2019-10-09 Thread Kevin Fenzi
On Wed, Oct 09, 2019 at 04:25:29PM +0200, Aurelien Bompard wrote: > Hey folks, > > The fedora-messaging consumers are currently subscribed to the amq.topic > exchange where they get all messages sent over AMQP. However, the bridges > that forward messages from fedmsg publish to the zmq.topic

Re: FBR: subscribe fedora-messaging consumers to zmq.topic

2019-10-09 Thread Stephen John Smoogen
Sounds good so we don't break on restart. On Wed, 9 Oct 2019 at 10:26, Aurelien Bompard wrote: > > Hey folks, > > The fedora-messaging consumers are currently subscribed to the amq.topic > exchange where they get all messages sent over AMQP. However, the bridges > that forward messages from

FBR: subscribe fedora-messaging consumers to zmq.topic

2019-10-09 Thread Aurelien Bompard
Hey folks, The fedora-messaging consumers are currently subscribed to the amq.topic exchange where they get all messages sent over AMQP. However, the bridges that forward messages from fedmsg publish to the zmq.topic exchange, therefore consumers need to subscribe to that one too to benefit from