Message queue with Redis persistence

Hi Everyone,

In our project, have to integrate meteor app with third party application. We would like to integrate using message queue with Redis persistence. RSMQ (https://www.npmjs.com/package/rsmq) seems to be a better option. But I didn’t find any meteorized package for RSMQ. We could package it but, no idea on how to run multiple workers (https://github.com/mpneuried/rsmq-worker) with-in meteor server.

Can any of you suggest an alternative or possible solution?

Thanks in advance.