Author |
Message
|
santosh.veerlapati |
Posted: Thu Apr 30, 2009 5:23 am Post subject: Unable to Publish a large message on to a topic |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
HI
I have created broker queue manager under that i have created topic and registrered one subscriber and i enabled sender channel, receiver channel,queue manager both subscriber and broker,transmission queue destination queue , and server connection channels to handle messages of length 9MB, and also modifed the number of log files under both queue managers
when i publish of message <4MB using my java program its working fine
but when i publish a message of lenghth 8MB it is throwing the following exception
omittedjavax.jms.JMSException: MQJMS3011: Failed to publish message to MQ queue
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2030
thanks
santosh kumar veerlapati |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Apr 30, 2009 5:34 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
2030 is msg too big for queue.
I suspect you have a queue somewhere that doesnt have the maximum message size large enough. |
|
Back to top |
|
 |
santosh.veerlapati |
Posted: Thu Apr 30, 2009 6:39 am Post subject: |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
yes now i modified the message length properties of
SYSTEM.BROKER.ADMIN.STREAM
SYSTEM.BROKER.CONTROL.QUEUE
SYSTEM.BORKER.DEFAULT.STREAM
now its coming the following exception
om.ibm.mq.jms.BrokerCommandFailedException: Broker command failed: MQRC_RESOURCE_PROBLEM Reason code 2102
thanks
santosh kumar veerlapati |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 30, 2009 6:57 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
santosh.veerlapati wrote: |
om.ibm.mq.jms.BrokerCommandFailedException: Broker command failed: MQRC_RESOURCE_PROBLEM Reason code 2102 |
On familiar territory now then...
http://www.mqseries.net/phpBB2/viewtopic.php?p=246589 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
santosh.veerlapati |
Posted: Fri May 01, 2009 7:41 am Post subject: |
|
|
Voyager
Joined: 19 Jun 2008 Posts: 87
|
Sorry i tried to change the message length property of all queues under Broker queue manager and now sometimes its giving the below error
om.ibm.mq.jms.BrokerCommandFailedException: Broker command failed: MQRC_UNEXPECTED_ERROR Reason code 2195
and rarely messge is publishing on to the topic, this is happening very inconsistently . please provide me some inputs
thanks
santosh kumar veerlapati |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 01, 2009 9:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
santosh.veerlapati wrote: |
Sorry i tried to change the message length property of all queues under Broker queue manager |
"Tried" implies "didn't work" - what happened and how did you try to change the length?
santosh.veerlapati wrote: |
MQRC_UNEXPECTED_ERROR Reason code 2195 |
Have you looked this code up? Did you look in the FDC as suggested? What did that say? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|