|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Large files |
« View previous topic :: View next topic » |
Author |
Message
|
rmah |
Posted: Tue Oct 30, 2007 4:16 pm Post subject: Large files |
|
|
Centurion
Joined: 04 May 2007 Posts: 142
|
Hi,
Jboss is connecting to a queue manager and trying to put a message onto a clustered queue hosted by another queue manager. However, I'm getting a MQRC2010.
2007-10-30 16:43:06,321 ERROR [com.accenture.adsj.soa.mrf.transport.jms.JmsReceiverMDB] javax.jms.JMSException: MQJMS2007: failed to send message to MQ queue
2007-10-30 16:43:06,322 ERROR [com.accenture.adsj.soa.mrf.transport.jms.JmsReceiverMDB] ### Linked Exception: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2010
2010 0x000007da MQRC_DATA_LENGTH_ERROR
My question is - which channels and/or queues determine the max. size of message being transmitted across the cluster? Which queues or channels would I need to alter to get this large (>5MB) message from one qm to another?
Many thanks. _________________ MQ 6.0.2.3
Broker 6.0.0.7
for Linux |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Oct 30, 2007 6:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You should probably split it up into a group of messages.
The problem here is not just DLQ XMITQ CHL CHL,DestQ, DestDLQ.
You would also have to review your log space especially if the message is persistent. So cutting it up in smaller sizes and sending it as a group is probably the better solution.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Oct 31, 2007 3:37 am Post subject: Re: Large files |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
rmah wrote: |
My question is - which channels and/or queues determine the max. size of message being transmitted across the cluster? Which queues or channels would I need to alter to get this large (>5MB) message from one qm to another? |
Every object that touches this message would have to be adjusted.
Sending qmgr, sending channel, sending xmitq, sending qmodels... receiving qmgr...
And then you need to make sure there's sufficient log space to pass the message across a channel, too. As well as for the size of any transaction that this message is part of. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|