ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » IBM MQ - Performance Tuning

Post new topic  Reply to topic
 IBM MQ - Performance Tuning « View previous topic :: View next topic » 
Author Message
ramesh.govindaswamy
PostPosted: Fri Nov 11, 2005 2:40 am    Post subject: IBM MQ - Performance Tuning Reply with quote

Apprentice

Joined: 25 Oct 2005
Posts: 42

We have configured a persistent queue and tried to pump the 200000 messages using multi threaded program on Sun solaris box with MQ version 5.3.
The performance we got was around 6000 messages per minutes which is very slow.

When we changed the queue property to non-persistent, we were able pump 200000 messages in a minute.

I would like to know the parameters that can be tuned to get the same performance when the queue is persistent.

Thanks in advance.
Back to top
View user's profile Send private message Send e-mail
Mr Butcher
PostPosted: Fri Nov 11, 2005 2:46 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

this is not a matter of parameter setting and tuning. no lunch is for free, and so is persistence of messages. if you want to have persistent messages, you have to pay the price.

persistent messages are written to the log, they are "hardended" and will not get lost e.g. at queuemanager restart. make your i/o as fast as possible.

you will never get the same performance for persistent messages as you get for non persistent messages.

you may check the supportpac site for performance reports.
_________________
Regards, Butcher
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Nov 11, 2005 3:07 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

If your application allows it, you can get a improvement by "batching" the processing of messages. For example, get 10 messages under syncpoint and then commit all 10 messages at once.

Also, putting your log filesystem (/var/mqm/log) on its own high speed device can help.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
zpat
PostPosted: Fri Nov 11, 2005 3:43 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Persistent message throughput is usually limited by the I/O performance of the disks.

Use "Fast Write" cached disks, make sure the SAN or RAID array is set up properly.

Make sure the MQ queue manager has exclusive use of the disks, separate logs from queues and so on.
Back to top
View user's profile Send private message
bower5932
PostPosted: Fri Nov 11, 2005 3:56 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

You might also want to check out the performance SupportPacs:

http://www-306.ibm.com/software/integration/support/supportpacs/
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
hopsala
PostPosted: Sat Nov 12, 2005 6:29 am    Post subject: Reply with quote

Guardian

Joined: 24 Sep 2004
Posts: 960

Been saving this up for the performance TT - Question on queue design for high volumne.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » IBM MQ - Performance Tuning
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.