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 » IBM MQ Java / JMS » JMS performance (z/OS vs. Windows)

Post new topic  Reply to topic
 JMS performance (z/OS vs. Windows) « View previous topic :: View next topic » 
Author Message
griffel
PostPosted: Wed May 25, 2005 1:05 am    Post subject: JMS performance (z/OS vs. Windows) Reply with quote

Novice

Joined: 22 Mar 2005
Posts: 23

I have a small test program that uses a message selector to get
every other message out of a queue filled with 1000 messages -
that is it gets 500 messages in a single transaction.

The test (Java impl, JMS 1.1, WebSphere MQ 5.3 CSD10 for Windows)
does its job using 3 different strategies, measuring total run times for
each:

1. it uses a loop do to 500 Conumser.receive calls within a transacted session.

2. it uses a ConnectionConsumer (IBM's ASF class) with a dummy
MessageListener (noop onMessage) and an IBM-style ServerSessionPool
with a single session.
Batch size for the consumer is set to 1, that's it gets exactly 1 message
per session.

3. same consumer as above, but batch size set to 500.

I ran this test against 2 queue manager installations:
- MQ 5.3.1, all PTFs before 05/17/2005, zOS 1.6
- MQ 5.3 CSD 10, Windows Server 2003

Here are the results (milli secs):

Windows:
--------------------------------------------------------------
Receive [ms]: 5498
Consumer (single) [ms]: 4116
Consumer (batched) [ms]: 741


z/OS
--------------------------------------------------------------
Receive [ms]: 5128
Consumer (single) [ms]: 14701
Consumer (batched) [ms]: 17865


The windows scenario behaves as I've expected (and relied on).
The z/OS scenario is inacceptable.

Can anybody comment on this?
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 » IBM MQ Java / JMS » JMS performance (z/OS vs. Windows)
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.