Author |
Message
|
cvag |
Posted: Thu Jul 19, 2012 11:22 pm Post subject: Number of connections to broker |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
Hi,
Can anybody pls clarify me for one query?
I was questioned by my client to - "check the number of connections made to the broker?"
I think we can find the number of connections for tightly coupled applications using like MQ, by checking open input/output count. - (Please correct me on this)
How can we find the connections(applications) for broker using webservices (SOAP nodes).
Please suggest.
Thanks in Advance. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 20, 2012 4:46 am Post subject: Re: Number of connections to broker |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
cvag wrote: |
How can we find the connections(applications) for broker using webservices (SOAP nodes). |
How would you obtain this information if the web service wasn't hosted by WMB (e.g. it was Java running under WAS)?
Use the same method here. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jul 20, 2012 5:19 am Post subject: Re: Number of connections to broker |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
cvag wrote: |
Hi, Can anybody pls clarify me for one query? I was questioned by my client to - "check the number of connections made to the broker?" |
What is the point of doing this? Are you trying to solve a problem? I've seen a Broker handle a million connections with no issues. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jul 20, 2012 6:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Accounting and Statistics should tell you this stuff. |
|
Back to top |
|
 |
cvag |
Posted: Fri Jul 20, 2012 6:51 am Post subject: |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
Thanks Vitor for your reply.
Yes.. lancelotlinc, we have an issue.. that the clients are getting timeouts. So they asked us to look for connections.
I heard that through Weblogic server, there is a chance of getting runtime connections from beans, but Broker itself a runtime engine not a server.
Can you please throw some light on this, how can we get if these are under broker.
Thanks in Advance. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jul 20, 2012 7:02 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Increase the number of additional instances in your flows. Not all flows have timeouts, correct? Which specific Web Services are timing out? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
cvag |
Posted: Fri Jul 20, 2012 7:16 am Post subject: |
|
|
Centurion
Joined: 17 Mar 2008 Posts: 127
|
Thanks lancelotlinc for reply,
By implementing additional instances on the message flow level, i saw some weird behaviour earlier.
I configured additional instances count for one of my messageflow "which does database insertions". Because of this some of the insertions got missed into DB.
For eg: Out of 75000 msgs, only 60000 transactions got inserted at one case.
I shall look for webservice.
Thanks again. |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Jul 20, 2012 8:57 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
As Jeff said, accounting and statistics will tell you number of invocations over a given time period. V7/V8 also has resource statistics that can give you specific SOAP/socket counts. |
|
Back to top |
|
 |
|