marcoratto / mqjexplorer

Automatically exported from code.google.com/p/mqjexplorer
8 stars 9 forks source link

Error when putting/getting message greater than 4194304 #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right click on some queue (which have set "maximum Message Length" to more 
than 4194304) select "Advanced put message..."
2. On tab "data" select size and put there 4194305
3. Click on put.

What is the expected output? What do you see instead?
Put that message to queue even if maximal queue lenght is much greater that 
than value.

What version of the product are you using? On what operating system?
.13, .14
Windows 7 enterprise 64bit, Windows XP 32bit

Please provide any additional information below.
There is also problem when trying to save some message from some queue - If 
message length is greater than 4194304 it is not possible to save msg to file.

Original issue reported on code.google.com by ja.du...@gmail.com on 21 Jan 2013 at 4:20

GoogleCodeExporter commented 9 years ago
It is not possible to put a message more bigger of the size of the queue.
MQ Reason Code 2030 (MQRC_MSG_TOO_BIG_FOR_Q)

You have to change before the size of the queue, channel, etc.

Original comment by marcora...@gmail.com on 22 Jan 2013 at 11:31

GoogleCodeExporter commented 9 years ago
Hi,

You are right. I check queue and queue manager settings before I send my issue, 
but I forgot to check channel setting.

Many thank for useful information.

Original comment by ja.du...@gmail.com on 29 Jan 2013 at 3:29