Author |
Message |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Tue Feb 28, 2017 6:50 am Subject: Message properties length wrongly included in message length |
Hi rekarm01,
MQ version is 7.1
And platform is unix
Yes you are right, the APAR contains a different platform and version, but it is exactly the same issue.
Only the usr folder contains proper ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Fri Feb 24, 2017 10:35 am Subject: Message properties length wrongly included in message length |
Hi gbaddeley,
Yup. That should've been the case in order to not count them in message's length.
Hi fjb_saper,
Yes it is splitting hairs! But I still don't see how the docs clearly convey t ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Wed Feb 22, 2017 9:46 am Subject: Message properties length wrongly included in message length |
Hi fjb_saper,
That does not solve the aim.
My aim was to verify if message property's length is counted as part of message length or not.
The docs state otherwise, and a simple test gives me a d ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2017 9:36 pm Subject: Message properties length wrongly included in message length |
Hi RogerLacroix,
Thanks for the link. But then where is this feature restriction documented officially?
Hi bruce2359,
I can see MQPUT takes buffer, bufferLength
https://www.ibm.com/support/kno ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2017 6:09 am Subject: Message properties length wrongly included in message length |
Hi Vitor,
The compatibility setting(PROPCTL or property control I think what you mean) is set to NONE.
I tried changing it to all the possible ones - ForceRFH2, V6COMPAT, COMPAT
Still faced the ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2017 4:26 am Subject: Message properties length wrongly included in message length |
Hi bruce2359,
The buffer you talk about is for a MQGET call.
I face the error on MQPUT call. |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2017 2:16 am Subject: Message properties length wrongly included in message length |
Hi gbaddeley,
But according to IBM docs
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.dev.doc/q022930_.htm
They clearly state - message properties do not count toward ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Mon Feb 20, 2017 10:35 am Subject: Message properties length wrongly included in message length |
Could you try a small example, to confirm that you face it too?
If we can confirm, then I'll raise a PMR.
Try Setting MaxMsgLength too small.
And send a small message under the limit, but with a ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Mon Feb 20, 2017 1:29 am Subject: Message properties length wrongly included in message length |
Yup this is a bug.
The issue was raised back in 2009
Take a look here-
http://www-01.ibm.com/support/docview.wss?uid=swg1PK88817
I'm not sure if it is fixed or not.
But according to IBM docs ... |
Topic: Message properties length wrongly included in message length |
yoyo
Replies: 24 Views: 12759
|
Forum: General IBM MQ Support Posted: Sun Feb 19, 2017 11:46 pm Subject: Message properties length wrongly included in message length |
When putting a message to a queue, the length of the message is
checked to ensure it is less than the MAXMSGL attribute on the
queue. If the message contains message properties (for example,
messag ... |