raffian
raffian

Reputation: 32076

Can I use ZeroMQ with HAProxy, a software-based load balancer?

HAProxy is a software-based load balancer that supports http and tcp distribution. If I use ZeroMQ with pragmatic multicast enabled (pgm), will the use of HAProxy as an intermediary between zmq peers conflict with pgm, or should I use hardware-based load balancer, like F5?

Upvotes: 8

Views: 1568

Answers (1)

marklap
marklap

Reputation: 481

No. PGM (IANA IP protocol number 113) isn't TCP (IANA IP protocol number 6). HAProxy is an HTTP and TCP load balancer.

Upvotes: 2

Related Questions