|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Response time |
« View previous topic :: View next topic » |
Author |
Message
|
MQMB&WAS |
Posted: Wed Feb 21, 2018 8:39 pm Post subject: MQ Response time |
|
|
Centurion
Joined: 12 Jun 2016 Posts: 130
|
Hello guys,
Does IBM promise any response time or SLA? I mean the max time it takes to move a message from put queue to get queue. I know it depends on how many hops it takes before reaching the destination and also on network, but is there any standard number (? milliseconds) IBM gives? I'm just trying to find a way to check if the response time I'm seeing is good or if I need to tweak something to improve the response times.
Thanks for your time. |
|
Back to top |
|
 |
PaulClarke |
Posted: Thu Feb 22, 2018 12:40 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
IBM Publishes performance reports. I don't think any of them are any sort of 'promise' but they give you a pretty good idea of the kind of throughput you should expect.
One link you could try is http://www-01.ibm.com/support/docview.wss?uid=swg27007150, there may well be others.
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
PaulClarke |
Posted: Thu Feb 22, 2018 12:43 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 22, 2018 11:28 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
PaulClarke wrote: |
Actually I think the latest Performance reports are on GitHub...[/url]
|
Sigh.....
I don't get it. I guess I'm officially old. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
mvic |
Posted: Fri Mar 09, 2018 4:28 pm Post subject: Re: MQ Response time |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
MQMB&WAS wrote: |
is there any standard number (? milliseconds) IBM gives? I'm just trying to find a way to check if the response time I'm seeing is good or if I need to tweak something to improve the response times. |
On a slow or contended machine, local queueing will be slow.
On a high-latency network, remote queueing will be slow.
If you are doing persistent messages, and your disk is slow or high latency (eg. mounted from an NFS device 1000 km away) then your persistent messages will be very slow.
If you are doing persistent messages outside of syncpoints, they will perform I/O activities while certain locks are held, meaning your other apps will be locked out from that queue, making the queue look slow.
In short, performance of MQ is very dependent upon your implementation.
No-one will be able to predict the numbers you will get in your particular environment - but maybe a consultant could help you design and order the right things to make it fast enough for your business. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|