Posted: Wed Jun 19, 2002 3:53 am Post subject: Using MQ Series and WebMethods MQ Adapter
Newbie
Joined: 20 Jan 2002 Posts: 7 Location: Sunil Tailor
Hello,
One of the MQ projects I am working on uses MQ series along with Webmethods MQ Adapter. Placing xml files a segmented messages is a quick and easy process and the perfomance of the MQPUT calls are quite good. I have a perfomance issue on the other hand with the MQGETS.
The adapter requires a listener service with pulls off the first message and stores the correlation id and then issues a GET serivce to pull off all the other messages which match the correaltion id. This works fine if the queue depth is faily low.
BUT
If there are around 700+ messages on the queue, the MQGET API call performance is hit drastically. The Get service on the MQ adapter is procedure which interogates the queue for a matching correlation id. Is there anyway this can be made into a more streamline process.
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