Author |
Message
|
harish6185 |
Posted: Fri Mar 14, 2008 9:27 am Post subject: size limit of queues |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
Hi,
could anyone please tell me how to increase the size limit for the input queues?
thank you very much i advance
rgds,
harish |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Mar 14, 2008 9:36 am Post subject: Re: size limit of queues |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Are you asking about limit of what, message size , max depth?
You can do it by changing MAXMSGL or MAXDEPTH attribute of queue. _________________ Marcin |
|
Back to top |
|
 |
harish6185 |
Posted: Fri Mar 14, 2008 9:44 am Post subject: size limit of queues |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
i am not able to pass some 6-8 mb file.through input queues.
could you please tell me how to and where to use MAXMSGL command?
yours inputs are highly appreciated.
thank you |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Fri Mar 14, 2008 9:56 am Post subject: Re: size limit of queues |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
runmqsc ...
Then ALTER queue... MAXMSGL
You should do it on transmission queue and channels also.
...or use segmentation _________________ Marcin |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Mar 14, 2008 2:53 pm Post subject: Re: size limit of queues |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
harish6185 wrote: |
i am not able to pass some 6-8 mb file.through input queues.
could you please tell me how to and where to use MAXMSGL command?
yours inputs are highly appreciated.
thank you |
MQ is really meant as a transport not as a storage.
Now if you want to pass such a big file in one message you need to set the max msg size on
- qmgr
- DLQ
- Channel
- xmitq
- queue
- log
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|