Author |
Message
|
gh |
Posted: Tue Aug 22, 2006 3:51 am Post subject: Maximum size of messages |
|
|
Novice
Joined: 12 Aug 2006 Posts: 14 Location: eq
|
Hi All,
Sorry it's a very basic question
Can someone tell me the maximum size of a message in Queue and how can we set it through Websphere MQ Explorer ?
Actually I'm putting a file on Queue and I don't want it to break in multiple messages.Plz tell me the maximum size of file I can put on Queue so that will remain as a single message.
Thanks _________________ rewrw |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 22, 2006 3:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Maximum message size is 100Mb - it's a queue property. Be sure you change it for all the affected objects (client connection, channels, xmitq, etc, etc). Only exception I can remember is a shared queue on z/OS which I think is still limited to 64 Mb (not certain on that - check the docs before trusting me!).
You might want to do a search in here as well - quite a bit of discussion about sending files over MQ which you may find useful. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 22, 2006 4:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
104857600 _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
gh |
Posted: Tue Aug 22, 2006 4:17 am Post subject: Maximum size of messages |
|
|
Novice
Joined: 12 Aug 2006 Posts: 14 Location: eq
|
Still it's breaking the file into multiple messages however I've increased the maximum message length to it's max value.My File size is 817KB and that's brokenup into 9 messages. _________________ rewrw |
|
Back to top |
|
 |
Vitor |
Posted: Tue Aug 22, 2006 4:19 am Post subject: Re: Maximum size of messages |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
gh wrote: |
Still it's breaking the file into multiple messages |
What's "it's"??
If what you're using to put the file onto the queue has a smaller max size than the queue, that's an application issue.
So again, what's "it's"? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gh |
Posted: Tue Aug 22, 2006 4:52 am Post subject: Maximum size of messages |
|
|
Novice
Joined: 12 Aug 2006 Posts: 14 Location: eq
|
Yes now it's working
I was using mqftsnd when I've mention maxmessage length with that also then it works.
Thank u so much  _________________ rewrw |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Aug 22, 2006 4:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you are using mqftsnd and mqftrcv, then why do you care how many messages were put or got?
Also, please do search here for more info on MQ and File Transfer. That way I don't have to repeat my usual rants about mqft* and enterprise file transfers. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|