Do you use MQ? do you have performance problems when using persistence? An interesting article on understanding this on a Solaris platform. Koops has always been an informative source on getting my MQ performance under check, and again he comes to the front of the pack on analysis of performance issues. read more | digg …
Category Archives: MQ
MQ6 Command Levels on Solaris
The MQ command level is an integer used by MQ clients that identify what version the WebSphere MQ servers is running. This in conjunction with the Platform attribute allows a client know what commands the MQ server supports. Both are required attributes to determine usable commands. You may be asked by someone what command level …
MQ DEFPSIST Bottlenecks
Recently I posted about our Websphere MQ MQCONN 2195 errors, and how we needed to apply the minimal recommended Solaris Kernel tuning for Websphere MQ. Well, we applied the changes, rebooted and connection problems were gone. Our application was able to spawn multiple connections to MQ without the errors we were seeing before. However, we …
Tuning Solaris 9 for MQ V6.0
I was working on a recently built Solaris 9 server with a fresh copy of MQ installed. During application testing, we were getting 2195 errors from our application when establishing more than 3 concurrent connects to MQ. After a day of wasted de-bugging of our application, we put it down to the system, and it …