Java CAPS MQ eway performance issue

I am executing a POC, where-in I need to receive and send message to MQ using JCAPS, MQ-Eway.

MQ is on the Mainframe machine.

Mainframe job can post and read message to and from MQ with the through put of 3400 messages in 6 seconds.

MQ-Series to JCAPS using MQEway the through put is 3 messages per second.

Here client is frustrated on JCAPS performance. The message size is 10000bytes.

I have configured the MQ eway properties with 0 wait interval.

Any help would be appreciated with respect to performance.

Let me knoow if you need more information.

[607 byte] By [amn.jcapsa] at [2007-11-27 10:28:01]
# 1

Hi,

So the problem isn't Mainframe --> MQ. Problem lies in the slow handling of the messages from MQ --> JCAPS.

Hopefully you have double checked that this is the case and this is truely where the bottleneck is.

The next thing is, of course, what is that you do with the messages in JCAPS?

~10kbytes isn't a large message. I can imagine, though, that if you want to take an action on the content of the message (like an xml transformation), if not optimised, it can cause a bottleneck.

Kind regards,

Stijn.

StijnMa at 2007-7-28 17:49:17 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...