#819 Have MBS send internal messages over the message bus instead of its internal queue
Opened 6 years ago by mprahl. Modified 6 years ago

MBS currently ingests messages from outside systems from the message bus, but messages MBS creates just to trigger certain handlers are directly put on its internal python queue. This becomes an issue when MBS is restarted in the middle of processing these messages, as the python queue gets emptied as part of the restart. When using a message bus that supports queues, this issue is solved since the messages would still be in the queue when MBS reconnects to the message bus.


Alternatively, we could implement the "internal" queue as a redis queue or some similar technology.

Metadata Update from @mprahl:
- Issue assigned to yashn

6 years ago

Login to comment on this ticket.

Metadata