Author |
Message
|
jeevan |
Posted: Thu Feb 23, 2006 1:36 pm Post subject: MAXMSGS IN QUEUE DEF AND IN CHL DEF |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
should the maxmsgl in QUEUE def and in Channel def be matched? the channel I am talking is server channel.
thanks |
|
Back to top |
|
 |
vennela |
Posted: Thu Feb 23, 2006 1:56 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
For practical purposes maybe yes. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Feb 23, 2006 2:29 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
vennela wrote: |
For practical purposes maybe yes. |
Definitely maybe. There's no doubt about it. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
jeevan |
Posted: Thu Feb 23, 2006 7:14 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I only raise this question because, in some cases we may want to transmit more than one messages. Although the application is not a mainframe working in batch. It is online applicaiton. |
|
Back to top |
|
 |
genius_in_making |
Posted: Thu Feb 23, 2006 8:40 pm Post subject: RE :MAXMSGL |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
Hi,
IF you have specified different values for max message field for queue & channel, then in that case the value which is smaller takes the priority.
 |
|
Back to top |
|
 |
KramJ |
Posted: Fri Feb 24, 2006 6:51 am Post subject: |
|
|
Voyager
Joined: 09 Jan 2006 Posts: 80 Location: Atlanta
|
The queues serviced by a channel do not have to all have the same MAXMSGL. The channel's MAXMSGL should be as large as that of the queue with the largest MAXMSGL or you risk not being able to put to that queue. Your DEADQ should have MAXMSGL large enough to be put to by any of the channels. |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Mon Feb 27, 2006 5:26 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
KramJ wrote: |
The queues serviced by a channel do not have to all have the same MAXMSGL. The channel's MAXMSGL should be as large as that of the queue with the largest MAXMSGL or you risk not being able to put to that queue. Your DEADQ should have MAXMSGL large enough to be put to by any of the channels. |
Last but not least:
Your queue manager MAXMSGL attribute should be as large as the largest MAXMSGL of any queue or channel. _________________ Regards
Hubert |
|
Back to top |
|
 |
frankdurhine |
Posted: Wed Mar 08, 2006 1:09 am Post subject: |
|
|
 Novice
Joined: 04 Oct 2005 Posts: 10
|
Just to be complete, there is one exception to the rule:
large messages can be sent through a small channel when the messages allow segmentation by setting MQMF_SEGMENTATION_ALLOWED in the Message Descriptor Version 2 Type MQ Message Flags. |
|
Back to top |
|
 |
|