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 » General Discussion » performance problem

Post new topic  Reply to topic
 performance problem « View previous topic :: View next topic » 
Author Message
Elad
PostPosted: Thu Sep 08, 2005 11:57 pm    Post subject: performance problem Reply with quote

Newbie

Joined: 08 Sep 2005
Posts: 1

Hi,

I have 2 Windows applications running on Windows 2000 HP Proliant servers which use MQ to communicate.
The MQ server resides in the destination computer, and the source computer is a client.
The source is a .NET application using the MQ.NET interface (amqnet...dll). The dest is a C++ app using the AMI interface.
There are 2 MQ queues: one for messages from A to B and the other for messages in the other direction.
They communicate using a 100mbps LAN.

Each message is about 6K. When I'm sending messages in a rate of over 4 messages per second, performance seems to fall dramatically. Every few messages, there's a message which is sent very slowly. Sometimes a few seconds pass until the MQQueue.Put returns.
This causes more and more messages to queue up (in an internal queue, not MQ related) in the sending app memory.

Any ideas?

Elad.
Back to top
View user's profile Send private message
hopsala
PostPosted: Fri Sep 09, 2005 2:02 am    Post subject: Reply with quote

Guardian

Joined: 24 Sep 2004
Posts: 960

Check out the following parameters in MQ literature:

1. BATCHSZ, BATCHINT (sender side)
2. MRRTY, MRTMR (receiver side)
3. NPMSPEED (both sides)

Also check on the receiver side error logs that nothing's amiss - possibly the queue depth on the other side fills up (if so, change MRRTY and MRTMR, as said)

elad wrote:
There are 2 MQ queues: one for messages from A to B and the other for messages in the other direction.

Just a remark, but one that you should take to heart - MQ queues are NOT "from to" queues, they are INPUT queues. Each queue is simply an input queue for an application, and remote queues are nothing but a reference to that input. You should look around this forum for something like "queue naming conventions" and read a bit...
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 » General Discussion » performance problem
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.