ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Maximum Message Size

Post new topic  Reply to topic
 Maximum Message Size « View previous topic :: View next topic » 
Author Message
tomsal
PostPosted: Mon Oct 21, 2002 2:38 pm    Post subject: Maximum Message Size Reply with quote

Newbie

Joined: 10 Oct 2002
Posts: 9

I've been experiencing some trouble with the message size on MQSeries V 5.3.
I'm tryng to handle a message of more than 5 MB, but the response from the application is always Reason: 2030 (Message to big for Q).
I've already changed the value of MAXMSGL in the QUEUE and teh QMGR, but I receive the same response.
I've already changed some values en the REGISTRY but theresponse is the same.

Does any one knows how to solve this problem???
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
leongor
PostPosted: Wed Oct 23, 2002 9:40 am    Post subject: Reply with quote

Master

Joined: 13 May 2002
Posts: 264
Location: Israel

Is it local or remote queue ?
Because for remote queue you need change max length
also for xmitQ and channels.
_________________
Regards.
Leonid.

IBM Certified MQSeries Specialist.
Back to top
View user's profile Send private message
Techy
PostPosted: Tue Oct 29, 2002 10:25 am    Post subject: Reply with quote

Newbie

Joined: 29 Oct 2002
Posts: 5

Tomsal,

If you are MQCONNecting as a client, you'll also need to generate a client connection table that supports >4Mb (the default) sizing for the SVRCONN/CLNTCONN channels. You can't just alter the one that's there using ALTER CHANNEL commands. You must create a new one with at least one channel defined with > 4Mb MAXMSGL.

Also check the definitions for any QMODELs that your application may be using.
_________________
Cheers,
Techy
Back to top
View user's profile Send private message
2189
PostPosted: Wed Oct 30, 2002 2:32 am    Post subject: Reply with quote

Apprentice

Joined: 22 Oct 2002
Posts: 31

I've been doing the same thing recently. As Leongor says you'll need to change the MAXMSGL on the xmitq and channels to. I am using a clustered environment and you need to make changes at both the sending and receiving end.

Example. If you're sending a msg to from QM1 to a clustered Q TEST on QM2 (where QM1 and QM2 are both repositories) then make the following amendments:

QM1
---
ALTER QMGR MAXMSGL(20971520)

ALTER CHANNEL(TO_QM2) CHLTYPE(CLUSSDR) MAXMSGL(20971520)
ALTER CHANNEL(TO_QM1) CHLTYPE(CLUSRCVR) MAXMSGL(20971520)


ALTER QL(SYSTEM.DEFAULT.LOCAL.QUEUE) MAXMSGL(20971520)
ALTER QL(SYSTEM.DEAD.LETTER.QUEUE) MAXMSGL(20971520)
ALTER QL(SYSTEM.CLUSTER.TRANSMIT.QUEUE) MAXMSGL(20971520)

QM2
---
ALTER QMGR MAXMSGL(20971520)

ALTER CHANNEL(TO_QM1) CHLTYPE(CLUSSDR) MAXMSGL(20971520)
ALTER CHANNEL(TO_QM2) CHLTYPE(CLUSRCVR) MAXMSGL(20971520)

ALTER QL(SYSTEM.DEFAULT.LOCAL.QUEUE) MAXMSGL(20971520)
ALTER QL(SYSTEM.DEAD.LETTER.QUEUE) MAXMSGL(20971520)
ALTER QL(SYSTEM.CLUSTER.TRANSMIT.QUEUE) MAXMSGL(20971520)

ALTER QL(TEST) MAXMSGL(20971520)
_________________
2189 errors make me
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Maximum Message Size
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.