Posted: Tue Dec 17, 2002 10:38 am Post subject: MQ message building tool
Centurion
Joined: 20 Sep 2002 Posts: 116 Location: USA
creating a tool which merely test transactions in MQ 5.3 on windows. I created a PutMessage() method that simply writes an mq msg to the specified queue/qMgr, BUT it also needs to know what SIZE? so a user can specify (" I want 500 messages of 100k size) they will call the PutMessage() 500X but regarding the message size, should I have it read the String from a file etc? or build it on the fly and drop it to the queue? What are your thoughts that would be the most effiecent.
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
There are samples of such applications in the software repository.
One example:
If you download JASMQ, you will get source code for FFClient and RRClient, respectively to generate fire & forget traffic and request/reply traffic, using the Java classes for MQ Series. They can be used in combination with FFServer and RRServer, for which the source code is also avaiable.
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