Reputation: 1388
We are looking to use our F5's to load balance MSMQ messages without using a distributor (our windows boxes are not currently clustered).
Using DB subscription storage & publishing to a VIP, would 3 subscribers register with the publisher? (ie the VIP, & both subscribers?)
Using MSMQ transactional queues will 1 subscriber only process the message? As we only want to publish to the VIP would 1 server process the message & would the callback to the originating server succeed?
Thanks
Upvotes: 3
Views: 842
Reputation: 520
MSMQ doesn't work with transactional messages behind a load balancer:
http://blogs.msdn.com/b/johnbreakwell/archive/2009/03/19/load-balancing-msmq-a-brief-discussion.aspx
Upvotes: 3