I have a MQ performance question related to using JMS clients to put messages into a queue. Can someone please let me know if there is any performance impact of writing a message (say 16K) to a local queue manager/queue vs remote queue manager/queue? If there is can this quantified?
What have you tried so far to check for performance variations?
IMHO external influences like network, disk io and others will have more influence on performance variations then what you are trying to measure. _________________ MQ & Broker admin
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
JMS client mode will traverse the TCP/IP network stack to connect to a queue manager, so it will always be slower than binding mode, even if the queue manager is on the local host.
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