coder
coder

Reputation: 231

When a loadbalancer sits between MQ and app, loadbalancer consumes the messages?

When a loadbalancer sits between MQ and same apps on two servers, it is loadbalancer who is the listener and consumes the mesaage and passes it to one of the apps?

Upvotes: 0

Views: 33

Answers (1)

Justin Bertram
Justin Bertram

Reputation: 34998

In general, a loadbalancer is just a network appliance and therefore should only be passing through network traffic. It shouldn't act as an application component.

Upvotes: 1

Related Questions