Posted: Tue Mar 15, 2011 10:53 pm Post subject: Segmentation & queue's max. length comparision(MQInput n
Newbie
Joined: 26 Nov 2009 Posts: 8
Hi friends,
In our project, we are using degault queue max. length(ie 4 MB). But rarely we are getting messages more than 4 MB. In such cases message is getting failed. So we planned either to increase queue's max message length or implement segmentation. Can anybody suggest which is better option with less changes.
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
Before any IBMer's get in
BROKER 6.0 goes out of support in less than a month.
Back to your topic.
You seem to be saying that changing the qmgr & queue maxmsglen is going to be a significant task and you are asking about message segmentation etc.
Everthing other than issuing a few runmqsc commands is going to be significantly harder.
How difficult is this?
Code:
alter qmgr maxmsglen(1048576000)
alter ql(<insert name here> maxmsglen(1048576000)
repeat above as required.
Your flows must be pretty small IMHO. It is normal practice to increace the maxmsglen on all SYSTEM.BROKER.* queue just to allow deployments to take place. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Last edited by smdavies99 on Wed Mar 16, 2011 3:01 am; edited 1 time in total
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