Author |
Message
|
RAJESHRAMAKRISHNAN |
Posted: Wed Jun 15, 2005 2:21 am Post subject: Handling large messages in WBIMB |
|
|
Voyager
Joined: 01 May 2004 Posts: 96
|
I have read that very big messages if parsed in WBIMB can degrade performance. My questions:
1. Is this applicable only when parsing the messages using message set (I don't think so)?
2. What is the optimal size of a message that can be processed with in a flow?
Thanks very much |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 15, 2005 3:41 am Post subject: Re: Handling large messages in WBIMB |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
RAJESHRAMAKRISHNAN wrote: |
I have read that very big messages if parsed in WBIMB can degrade performance. |
Where did you read this? Maybe it has more information than just that!
RAJESHRAMAKRISHNAN wrote: |
1. Is this applicable only when parsing the messages using message set (I don't think so)? |
Larger data structures typically require more time to process.
RAJESHRAMAKRISHNAN wrote: |
2. What is the optimal size of a message that can be processed with in a flow? |
It depends.
There are support packs that discuss WBIMB performance in various situations. If you have questions, that is a good place to start. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jun 15, 2005 7:33 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Navigating the message tree in WMQI can take exponential time the larger it gets. There are ways to code around this. It's not a short subject.
The number of fields/elements matters more than the size of message in this sense.
I would keep messages below 1 mb and less than 1000 elements to avoid problems. This is a performance suggestion, not a limitation. |
|
Back to top |
|
 |
RAJESHRAMAKRISHNAN |
Posted: Wed Jun 15, 2005 9:42 pm Post subject: |
|
|
Voyager
Joined: 01 May 2004 Posts: 96
|
Thanks for the quick help.
Quote: |
There are support packs that discuss WBIMB performance in various situations. If you have questions, that is a good place to start. |
Jeff,
Can you please let me know where I can find those resources?
Thanks,
Rajesh |
|
Back to top |
|
 |
kspranava |
Posted: Wed Jun 15, 2005 10:13 pm Post subject: ip04 for WBIMB |
|
|
 Centurion
Joined: 27 Apr 2003 Posts: 124
|
Hi,
Have a look at ip04 for WBIMB. Also search for ip04 in www.ibm.com |
|
Back to top |
|
 |
EddieA |
Posted: Wed Jun 15, 2005 10:16 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Always a good place to start is: http://www.ibm.com/mqseries, then if you select "Support", that page contains a link to all the SupportPacs.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|