Author |
Message
|
broker_new |
Posted: Tue Apr 22, 2008 5:58 am Post subject: HTTP Port |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Is there any way to configure the broker to listen on more than one http port because the load is becoming high,as we have 20 webservices deployed on it and all 20 listening on same HTTPPort. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Apr 22, 2008 6:05 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Either use an IP sprayer, create multiple brokers or upgrade to V6.1.
In V6.1 you can have one listener per execution group, rather than per broker... for SOAP messages, at any rate. |
|
Back to top |
|
 |
broker_new |
Posted: Tue Apr 22, 2008 6:35 am Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Any Documentation for using IP sprayer in Message Broker _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 22, 2008 6:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
broker_new wrote: |
Any Documentation for using IP sprayer in Message Broker |
How would WMB know you're using a sprayer? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 22, 2008 7:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, there is a SupportPac, IE01. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Apr 22, 2008 10:58 am Post subject: Re: HTTP Port |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
broker_new wrote: |
Is there any way to configure the broker to listen on more than one http port because the load is becoming high,as we have 20 webservices deployed on it and all 20 listening on same HTTPPort. |
You haven't described a problem really, just a potential solution that's not possible.
When we built our WB-IMB 5.0 Brokers we ran the following command to up the # of concurrent http threads allowed per broker, then fronted the brokers with an F5 load balancer to distribute the incoming http workload amongst multiple brokers.
Code: |
mqsiservice MyBrokerName-r HttpListenerThreadPoolSize=250
|
Odd, this info is not in the online InfoCenters for the Brokers, version 5, 6 or 6.1. Consider this unofficial advice. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
broker_new |
Posted: Wed Apr 23, 2008 12:51 pm Post subject: |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Thank you Peter _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 23, 2008 1:28 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Also, there is SupportPac IE01.
Which is supported.
And doesn't require tuning on the Broker HTTPListener. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|