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 » General IBM MQ Support » MAXMSGL for Websphere Queue

Post new topic  Reply to topic
 MAXMSGL for Websphere Queue « View previous topic :: View next topic » 
Author Message
imrakesh
PostPosted: Tue Apr 24, 2012 1:28 pm    Post subject: MAXMSGL for Websphere Queue Reply with quote

Novice

Joined: 10 Apr 2012
Posts: 10

Hi,
I had to change max message size to 20mb in one of my local queue.
Is that enough to test or do we need to change the same interms of QM, log size, dead letter queue (whose name is defined in qmgr attributes)
and channel (SDR, RCVR, and XMITQ)
?
Please advice.
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Apr 24, 2012 2:59 pm    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

imrakesh wrote:
Is that enough to test

Ask your architects, they should know.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Tue Apr 24, 2012 7:00 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

The size (length) of messages is determined by application developers.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
imrakesh
PostPosted: Tue Apr 24, 2012 7:03 pm    Post subject: Reply with quote

Novice

Joined: 10 Apr 2012
Posts: 10

Okthanks allot...Just to give u an update. I am creating a new channel so that no inpact to others
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Apr 25, 2012 12:27 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

imrakesh wrote:
...I had to change max message size to 20mb in one of my local queue. Is that enough to test or do we need to change the same in terms of QM...

Yes, the queue manager MAXMSGL attribute needs to be the size of the largest message that will traverse the queue manager.

imrakesh wrote:
...log size...

The problem you may have is size, especially if the logs were specified for messages significantly smaller than the 20MB messages you will now be moving. If you're using circular logging you can increase the number of logs, if using linear logging you will cut logs faster than you have been previously, so it may be that you will need to rebuild your queue manager with larger logs.

imrakesh wrote:
...dead letter queue...

Should always be sized for the largest message that will traverse a queue manager + plus a small overhead.

imrakesh wrote:
...and channel (SDR, RCVR)...

As for above.

imrakesh wrote:
...and XMITQ...

One little trick on distributed is to set the MAXMSGL on the queue to 0 (zero) and the queue manager MAXMSGL to the required value. That way the queue will automatically pick up the value from the queue manager.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Apr 25, 2012 7:17 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

exerk wrote:
imrakesh wrote:
...and XMITQ...

One little trick on distributed is to set the MAXMSGL on the queue to 0 (zero) and the queue manager MAXMSGL to the required value. That way the queue will automatically pick up the value from the queue manager.

Can you post a reference to the documentation for this? I looked in the InfoCenter in the MQSC manual and don't see this mentioned.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Apr 25, 2012 7:31 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

PeterPotkay wrote:
exerk wrote:
imrakesh wrote:
...and XMITQ...

One little trick on distributed is to set the MAXMSGL on the queue to 0 (zero) and the queue manager MAXMSGL to the required value. That way the queue will automatically pick up the value from the queue manager.

Can you post a reference to the documentation for this? I looked in the InfoCenter in the MQSC manual and don't see this mentioned.

Peter, more than happy to. You'll find it HERE in the Info Centre; note 4 is where it's hiding.

Oh, it would be so much easier if it was a pdf
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 25, 2012 7:39 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

exerk wrote:
Oh, it would be so much easier if it was a pdf




Enough with the troll impression. Don't you have a dungeon to clean?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Apr 25, 2012 7:44 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Vitor wrote:
exerk wrote:
Oh, it would be so much easier if it was a pdf




Enough with the troll impression. Don't you have a dungeon to clean?

Might have, might not. I've installed a few new traps and would be happy for you to visit, mwhahahahaha!
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
PeterPotkay
PostPosted: Wed Apr 25, 2012 10:58 am    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

exerk wrote:
PeterPotkay wrote:
exerk wrote:
imrakesh wrote:
...and XMITQ...

One little trick on distributed is to set the MAXMSGL on the queue to 0 (zero) and the queue manager MAXMSGL to the required value. That way the queue will automatically pick up the value from the queue manager.

Can you post a reference to the documentation for this? I looked in the InfoCenter in the MQSC manual and don't see this mentioned.

Peter, more than happy to. You'll find it HERE in the Info Centre; note 4 is where it's hiding.



That's for the channel. Your original note was about an XMITQ, which I can't find.
_________________
Peter Potkay
Keep Calm and MQ On
Back to top
View user's profile Send private message
exerk
PostPosted: Wed Apr 25, 2012 12:52 pm    Post subject: Re: MAXMSGL for Websphere Queue Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

PeterPotkay wrote:
exerk wrote:
PeterPotkay wrote:
exerk wrote:
imrakesh wrote:
...and XMITQ...

One little trick on distributed is to set the MAXMSGL on the queue to 0 (zero) and the queue manager MAXMSGL to the required value. That way the queue will automatically pick up the value from the queue manager.

Can you post a reference to the documentation for this? I looked in the InfoCenter in the MQSC manual and don't see this mentioned.

Peter, more than happy to. You'll find it HERE in the Info Centre; note 4 is where it's hiding.



That's for the channel. Your original note was about an XMITQ, which I can't find.

OK, tail between legs time - that'll teach me to actually read what's there

Peter, thank you for the correction.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
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 » General IBM MQ Support » MAXMSGL for Websphere Queue
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.