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 » WebSphere Message Broker (ACE) Support » Maximum message size

Post new topic  Reply to topic
 Maximum message size « View previous topic :: View next topic » 
Author Message
Janice_Shania
PostPosted: Tue Oct 24, 2006 2:11 am    Post subject: Maximum message size Reply with quote

Novice

Joined: 25 Sep 2006
Posts: 12

Hi,

Could anyone let me know the maximum size of a message that can be received in a queue.

Thanks,
Janice
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Oct 24, 2006 2:18 am    Post subject: Reply with quote

Grand High Poobah

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

Pedantically, it's the value of queue's MAXMSGL value

The maximum value this can take for the verson & platform you're using can be found in the documentation. Note that channels have a separate, possibly lower value.

IIRC below 5.3 it's 4 Mb on distrubuted platforms & 100 Mb on zSeries. For 6.0 it went up to 100 Mb for everything. I think. I used to have a good memory, but I can't remember what happened to it....

Those are queue limits. Channels are still lower.

You might also want to look up segmentation.

Happy Reading!
_________________
Honesty is the best policy.
Insanity is the best defence.


Last edited by Vitor on Tue Oct 24, 2006 2:22 am; edited 1 time in total
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Oct 24, 2006 2:18 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

100*1024*1024 bytes .... (sometimes written as 104 857 600 bytes) .... subject to any maxmsgl settings, of course....
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
mikeHT
PostPosted: Fri Dec 15, 2006 2:12 pm    Post subject: Reply with quote

Voyager

Joined: 01 Jul 2005
Posts: 82

Hi:
Why with MQ6.0.2 the 10485760limit for MAXMSGL has not been increased?
How about if msgs are zipped reports which are more than 100MB?
Thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 15, 2006 2:17 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Why should the maximum size increase?

It's entirely possible to ship as much data as you'd like to over MQ, without requiring that the maxmsgln increase ever.

You just have to use one of two or three ways of using more than one message. (well, I guess reference messages don't use more than one message).

When computers routinely have 100GB of RAM in them, the maxmsgln may increase.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Sun Dec 17, 2006 11:38 pm    Post subject: Reply with quote

Grand High Poobah

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

mikeHT wrote:
How about if msgs are zipped reports which are more than 100MB?


You don't use messageing software like MQ to move them - you use a file transfer solution to move them because they're large files!

Now this solution could well be MQ-based, such as reference messages or FTP-via-MQ to leverage the benefits of MQ but the base product is a messaging solution to convey atomic business transactions. Not zipped reports.

So you need something in addition to the base to do that. QED.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
luzma
PostPosted: Mon Dec 18, 2006 1:13 am    Post subject: Maximum message size Reply with quote

Newbie

Joined: 20 Nov 2006
Posts: 8

In platform Sun Solaris with MQ5.3, is MAXMSGL 4 MB ? This is not little ?

Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Dec 18, 2006 1:17 am    Post subject: Re: Maximum message size Reply with quote

Grand High Poobah

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

luzma wrote:
In platform Sun Solaris with MQ5.3, is MAXMSGL 4 MB ? This is not little ?



What does the documentation for this level say?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Dec 18, 2006 1:27 am    Post subject: Re: Maximum message size Reply with quote

Grand High Poobah

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

luzma wrote:
In platform Sun Solaris with MQ5.3, is MAXMSGL 4 MB ? This is not little ?



4Mb is still a fair whack for a single transaction message, and you do still have access in 5.3 to all the methods for getting round that limit. Indeed, these were developed for exactly this reason.

Of course, if you're routinely moving messages over 4Mb and are determined / required to send them as a single unit, it could be a business case for an upgrade to v6.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
luzma
PostPosted: Mon Dec 18, 2006 2:36 am    Post subject: Reply with quote

Newbie

Joined: 20 Nov 2006
Posts: 8

Ho ! yes, It would be necessary to move to v6.
Back to top
View user's profile Send private message
wschutz
PostPosted: Mon Dec 18, 2006 2:43 am    Post subject: Re: Maximum message size Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

luzma wrote:
In platform Sun Solaris with MQ5.3, is MAXMSGL 4 MB ? This is not little ?

Hi de ho..... for Solaris V5.3 its 100M ...
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Vitor
PostPosted: Mon Dec 18, 2006 2:56 am    Post subject: Reply with quote

Grand High Poobah

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

luzma wrote:
Ho ! yes, It would be necessary to move to v6.


So tell the Powers That Be the limit's 4Mb and you need the upgrade. We'll not tell.....
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Dec 18, 2006 4:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Or rather tell the PTB that you'll not process a file as a single transaction but process each atomic transaction in the file as a single unit/message...

If you need to know whether the full file processed correctly keep track of message id's created (DB) with file batch identifier and have an update be done to the DB once the message/transaction processed succesfully.
You can then determine what failed and why...

Enjoy
_________________
MQ & Broker admin


Last edited by fjb_saper on Mon Dec 18, 2006 4:17 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Dec 18, 2006 4:16 am    Post subject: Reply with quote

Grand High Poobah

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

fjb_saper wrote:
Or rather tell the PTB that you'll not process a file as a single transaction but process each atomic transaction in the file as a single unit/message...


What? Use MQ as designed? Isn't that a bit radical?
_________________
Honesty is the best policy.
Insanity is the best defence.
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 » WebSphere Message Broker (ACE) 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.