Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hi,
My company has newly build an App server which has the following configuration,

Java Version - 1.6.0_21
Java SE Runtime Env - build 1.6.0_21 - b07
Operating System - Windows Server 2008 R2 EnterPrise
RAM - 8 GB
System Type - 64 bit
WebSpeher MQ Version : 7.0.1.3

My jar files on this app server is consuming IBM's MQ using JMS(Java Messasing Service).
The problem is that total time taken(Put Time) in putting the message in the queue is almost 8 seconds.
We have an old app server which was having Java 1.5 and MQ 6.0 and it's PutTime is almost less than 1 second. Following is the configurationdetails of my old App server,

Java Version - 1.4
Operating System - Windows Server 2000
RAM - 4 GB
System Type - 32 bit
WebSpeher MQ Version : 6.0

I read on IBM website as well but did not get much. I think, it can be an compatibility issue between OS and MQ, or between java and MQ. I am not sure. Please reply me if anyone has faced the similer problem.
Is there anything at the OS level which I can fine tune to make it work smoothly with the MQ 7.0.1.3
Thanks,
Posted
Updated 9-Jun-11 5:44am
v4
Comments
Sergey Alexandrovich Kryukov 1-Jun-11 21:36pm    
Awful mess; really sorry for you.
--SA

1 solution

Do you give the JVM enough RAM?
Is the garbage collector on the servers app working? Or is the RAM overflowing?
Tried to log the network communication? what's happening there? Any network malfunctions possible?

that's what I would check first.

regards
Torsten
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900