Author |
Message
|
akmar2k |
Posted: Thu Jun 01, 2006 6:54 am Post subject: Propogating > 5000 messages at a time - help needed!!!! |
|
|
Novice
Joined: 01 Jun 2006 Posts: 22
|
I have a requirement to propogate lot of messages in a single flow.
The input is from mainframe that can sent a single message that contains numerous records. I convert each of the record to xml and use propagate property to sent them as seperate xml messages.
I find that only 5000 messages are getting created when I deploy it in the server and run. Apparently some settings or configuration is limiting this to 5000. I checked all queues, server connection channels, transmission queues for the queue depth. Everything is set well above 5000. Is there anything else that might limit the ability of WBI to sent more than 5000 messages at a time??
Any help will be appreciated.
Thanks |
|
Back to top |
|
 |
fschofer |
Posted: Thu Jun 01, 2006 7:15 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
Hi,
have you increased the number of maximum uncommitted messages (MAXUMSGS) of your queue manager ?
Greetings
Frank |
|
Back to top |
|
 |
akmar2k |
Posted: Thu Jun 01, 2006 7:45 am Post subject: MAXUMSGS increased - Issue got resolved...Thanks!!! |
|
|
Novice
Joined: 01 Jun 2006 Posts: 22
|
fschofer wrote: |
Hi,
have you increased the number of maximum uncommitted messages (MAXUMSGS) of your queue manager ?
Greetings
Frank |
Frank,
I changed the MAXUMSGS value, and the issue got resolved!
Thanks for the help on this.
Ajmel |
|
Back to top |
|
 |
EddieA |
Posted: Thu Jun 01, 2006 8:34 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Or, depending on your requirements, you might be able to output the messages outside of a transaction.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mqmaniac |
Posted: Thu Jun 01, 2006 7:22 pm Post subject: |
|
|
 Master
Joined: 27 Dec 2005 Posts: 201
|
We had the Same Issue...
But we had Constraint on the maxUn Commited Messages on the Queuemanager in our Environment as the Logs were getting filled up,subsequently crashing the queuemanager...as we dont have any kind of Archive Logs on the MQserver..
We used a buffer queue to which we supply the Propagated Messages and the Remaining Flow would Pick up theses Messages...
Just an Other approach for the problem... |
|
Back to top |
|
 |
|