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 » WebSphere Message Broker (ACE) Support » Should I use BLOB or CWF for simple msg but high volume?

Post new topic  Reply to topic
 Should I use BLOB or CWF for simple msg but high volume? « View previous topic :: View next topic » 
Author Message
premvadee
PostPosted: Fri Dec 09, 2005 6:22 am    Post subject: Should I use BLOB or CWF for simple msg but high volume? Reply with quote

Newbie

Joined: 09 Dec 2005
Posts: 1

Please recommend which the method, BLOB or CWF, shoud I use to support a high volume transactions but simple processing. Requirement is to check the value of one field in the message,'SEQ-NUM', to make a decision for routing the message to any one of two remote queues and log the information of fields RECID, TRAN-DAT, TRAN-TIM, SEQ-NUM,MSG-TYPE, SEND-NO to logfile.
The message length is 1530 byte. Transaction rate is about 150,000 - 183,000 msgs/day and annual growth rate of daily transaction volume is 25%.

The structure of message is :
01 MESSAGE-LAYOUT.
03 MSG-LENGTH PIC 9(02).
03 MSG-TYPE PIC X(04).
03 INT-USER-DATA.
05 REC-ID PIC X(19).
05 TRAN-DAT PIC 9(.
05 TRAN-TIM PIC 9(.
05 SEQ-NUM PIC X(12). **SEQ-NUM(1:2) routing info.
05 MSG-TYPE PIC X(4).
05 SEND-NO PIC 9(1).
05 USER-FIL PIC X(70).
03 USER-DATA-LENGTH PIC 9(02).
03 USER-DATA PIC X(1400).

How much of performance impact between BLOB and CWF processing? Please advise.
Back to top
View user's profile Send private message
EddieA
PostPosted: Fri Dec 09, 2005 9:33 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
Requirement is to check the value of one field in the message,'SEQ-NUM', to make a decision for routing the message to any one of two remote queues and log the information of fields RECID, TRAN-DAT, TRAN-TIM, SEQ-NUM,MSG-TYPE, SEND-NO to logfile

How were you planning on doing this in a BLOB. You would have to parse the message yourself. And cope with converting everything back to character to check/log it. I think the CWF parser would do a more efficient job than doing all of this in EQSL.
Quote:
Transaction rate is about 150,000 - 183,000 msgs/day

That's only 2 - 3 messages a second, which should not be a problem, with CWF parsing.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
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 » WebSphere Message Broker (ACE) Support » Should I use BLOB or CWF for simple msg but high volume?
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.