Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Network Load Balancing with MSMQ

Reply
Thread Tools Display Modes

Network Load Balancing with MSMQ

 
 
Mubashir Khan
Guest
Posts: n/a

 
      07-30-2009

Hi,

We have our application that reads from MSMQ and process messages. We have
deployed our application at two servers that are clustered using NLB. But the
issue is that the message from external application has been written to one
machine all the time. Other server is doing nothing. Does MSMQ manages some
kind of pooling or what.

Could anyone help on this.

Thanks
Mubashir
 
Reply With Quote
 
 
 
 
Russ Kaufmann
Guest
Posts: n/a

 
      07-30-2009
"Mubashir Khan" <> wrote in message
newsBA3BA15-700F-4BF2-90CF-...
> Hi,
>
> We have our application that reads from MSMQ and process messages. We have
> deployed our application at two servers that are clustered using NLB. But
> the
> issue is that the message from external application has been written to
> one
> machine all the time. Other server is doing nothing. Does MSMQ manages
> some
> kind of pooling or what.
>
> Could anyone help on this.


If it is only one server feeding the queue, then, yes, this is expected
behavior.

--
Russ Kaufmann,
MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff

ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

 
Reply With Quote
 
Vladimir Petter
Guest
Posts: n/a

 
      08-02-2009
Russ is correct. NLB requires a large population of clients for load
balancing to become useful. Large is a weak term, but what NLB does it
calculates a hash fro the client IP, and in some cases client port and then
checks what node owns the bucket this client maps to. With few clients you
can see chances are large that trafic from multiple source IPs might end up
in the same bucket.
Vladimir
Clustering & HA
Microsoft

"Russ Kaufmann" <> wrote in message
news:1402EAF4-B2FF-46FD-86C3-...
> "Mubashir Khan" <> wrote in message
> newsBA3BA15-700F-4BF2-90CF-...
>> Hi,
>>
>> We have our application that reads from MSMQ and process messages. We
>> have
>> deployed our application at two servers that are clustered using NLB. But
>> the
>> issue is that the message from external application has been written to
>> one
>> machine all the time. Other server is doing nothing. Does MSMQ manages
>> some
>> kind of pooling or what.
>>
>> Could anyone help on this.

>
> If it is only one server feeding the queue, then, yes, this is expected
> behavior.
>
> --
> Russ Kaufmann,
> MVP, MCSE: Messaging and Security, MCT, MCITP, MCTS and other stuff
>
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Load Balancing Julien Server Networking 15 05-30-2008 05:01 PM
Network Load Balancing Jeff Server Networking 7 10-12-2007 05:08 PM
Re: New |To Network Load Balancing Ryan Sokolowski [MVP] Clustering 0 06-16-2006 06:17 PM
Network Load Balancing jllotz1 Clustering 1 05-18-2006 09:48 PM
Network Load Balancing Aaron Neunz Server Networking 2 12-16-2005 01:49 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59