|
|
| Author |
Message |
prem_ibm
New User
Joined: 15 Sep 2007 Posts: 16 Location: pune
|
|
|
|
1) If we are changing the message length then how we have to indentify the impact of this change Copy book, and etc.............what are the other fields need to change so message with new lenght will be goes fine to remote queues with respective programmes and MQ setup,MQ-frame work.
Thanks |
|
| Back to top |
|
 |
References
|
Posted: Tue Jun 10, 2008 11:52 am Post subject: Re: MQ Copy book changes ! |
 |
|
|
 |
Garry Carroll
Active User
Joined: 08 May 2006 Posts: 133 Location: Dublin, Ireland
|
|
|
|
If you change the message length :
you need to change the copybook that describes the message, set the length in the MQPUT/MQPUT1 parameter and recompile/link.
the queue definitions, including transmission queues, must be set up to handle messages of the new length
applications that MQGET the message(s) must also be coded to handle the new length (or use MQGMO_ACCEPT_TRUNCATED_MSG ). If they use the same COPYBOOK, this might just be a recompile/link.
Garry. |
|
| Back to top |
|
 |
|
|