Author |
Message
|
santosh.veerlapati |
Posted: Wed Apr 29, 2009 7:06 am Post subject: Not able to send a large message to a queue |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
Hi
I m santosh , working for UNISYS global services india,
I have created a queue manager, and a queue under it, i m sending a message of length 8MB to the queue through java program using MQ API,
i changed my queue manager, queue, server connection channel,client connection channel properties to carry the message lenght up to 9MB
still its throwing the following error
javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2102
can anybody help me out on this
thanks in advance
santosh kumar veerlapati |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 29, 2009 7:37 am Post subject: Re: Not able to send a large message to a queue |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
santosh.veerlapati wrote: |
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2102
|
30 seconds spent looking up the reason code would have told you that you've run out of system resources; probably disc for the queue file.
Free some space or find a bigger box. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
santosh.veerlapati |
Posted: Wed Apr 29, 2009 7:42 am Post subject: |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
I m sorry, I didnt get u r answer
I have created queue in "C" folder which is of lot of space
whats wrong int that |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 29, 2009 10:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
santosh.veerlapati wrote: |
I m sorry, I didnt get u r answer |
Did you look up the reason code?
santosh.veerlapati wrote: |
I have created queue in "C" folder which is of lot of space |
It's not that then.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
santosh.veerlapati |
Posted: Wed Apr 29, 2009 8:55 pm Post subject: |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
yes the reason code is
MQJE001: Completion Code 2, Reason 2102
so what i need to do with this |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Apr 29, 2009 9:41 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
to "look up the reason code" does not only means to find it somewhere in the log of the application run and post it here, but to have a look into the proper manual to find out what it means and what actions to perform to get rid of it.
 _________________ Regards, Butcher |
|
Back to top |
|
 |
santosh.veerlapati |
Posted: Thu Apr 30, 2009 5:04 am Post subject: |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
no,, i do looked at reason code and made server connectionchannel, queue manager and queue to handle messages of length 9MB
but i missed to change the number of log files of queue manager , that i did it now..
now its working..
thanks all for all u r suggestions and coordination
thank u very much |
|
Back to top |
|
 |
|