Conflict between rabbitmq and zeromq

Hello, I was looking at this link from several years ago:

https://www.rabbitmq.com/blog/2010/10/18/rabbitmq0mq-bridge/

My companyy currently runs salt automation (version 2016.11.3-1) and uses zeromq-4.1.4-5 as a messaging bus for client servers to talk to the salt automation master servers.

We are interested in running sensu 1.2.0-1 which requires rabbitmq-server-3.3.5-34.

Do you see any conflicts between the two messaging services running on the same client servers? We manage +1000 servers and the ultimate goal is to have the sensu monitoring on all.

Thanks for your insights.

In case of clients, rabbitmq server won’t be running on them. Sensu clients will just communicate with the rabbitmq server. So no issues at all with this.

currently sensu only supports rabbitmq or redis (dont do this in production) for the transport. There are projects such as GitHub - SimpleFinance/sensu-transport-snssqs: Sensu transport over Amazon SNS & SQS that add other transports but they are not supported and typically come with their own caveats.

···

On Wednesday, December 20, 2017 at 1:39:02 AM UTC-8, Goyko wrote:

In case of clients, rabbitmq server won’t be running on them. Sensu clients will just communicate with the rabbitmq server. So no issues at all with this.