Author |
Message
|
raj |
Posted: Thu May 19, 2005 6:36 pm Post subject: MAXMSG Length |
|
|
Centurion
Joined: 31 Mar 2002 Posts: 104
|
WE have problems with a channel to a Windows QM going down.MQ on the windows box is at version 5.1. I was told that if the MAXMSG length of the recieving QM is less than the message length of the sent message the recieving QM will shutdown the channel.
In that case do i need to increase the MAXMSG Length of the QM,QUEUES and the channles??
Please clarify.
Thanks
Raj |
|
Back to top |
|
 |
JT |
Posted: Thu May 19, 2005 7:24 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
In that case do i need to increase the MAXMSG Length of the QM,QUEUES and the channles?? |
More than anything, what you really need to do is upgrade to v5.3. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 20, 2005 3:11 am Post subject: Re: MAXMSG Length |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
raj wrote: |
In that case do i need to increase the MAXMSG Length of the QM,QUEUES and the channles?? |
Only if you want to accept messages that are larger than the current MAXMSGL.
Do you? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
raj |
Posted: Fri May 20, 2005 5:11 am Post subject: Yes |
|
|
Centurion
Joined: 31 Mar 2002 Posts: 104
|
Yes. Some times it looks the messages are bigger.That we dont know at what time such a situation arises. When this happens the messages get piled up on the sending side and it causes problems on the sending QM.
Thanks
Raj |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 20, 2005 5:20 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Then go through and set the MaxMsgLn on every object that HAS a MaxMsgLN parameter to 104857600 (the maximum allowed value).
And then make sure that your log files have room for big transactions.
Then you will never have to worry about message length problems again. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
raj |
Posted: Fri May 20, 2005 10:54 am Post subject: LOG |
|
|
Centurion
Joined: 31 Mar 2002 Posts: 104
|
Guys,
This is a production box.I want to be careful while making the changes.Could you give me the steps to change the MAXMSGLEN and what steps to do with the logs. Logs are creatred while creating the QM , how can we modify now??
Thanks
Raj |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 20, 2005 11:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Can you spend ten minutes searching here? Or reading the documentation? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|