Author |
Message
|
Alex |
Posted: Thu Dec 04, 2008 9:44 am Post subject: Howmuch Data We Can Store in the QUEUES |
|
|
Newbie
Joined: 02 Dec 2008 Posts: 4
|
Hi All
How much data we can store in the QUEUES?
thanku
Alex |
|
Back to top |
|
 |
exerk |
Posted: Thu Dec 04, 2008 10:03 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
maximum possible depth that a queue can be set to x maximum possible size of message
That's per queue...Have you got enough storage for that? Plus the log files if the messages are persistent? _________________ 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 |
|
 |
Vitor |
Posted: Thu Dec 04, 2008 11:59 am Post subject: Re: Howmuch Data We Can Store in the QUEUES |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Alex wrote: |
How much data we can store in the QUEUES?
|
You shouldn't store any data. Aside from the limit mentioned by my associate, the other limit is the file size limit of your OS. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
exerk |
Posted: Fri Dec 05, 2008 12:13 am Post subject: Re: Howmuch Data We Can Store in the QUEUES |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Vitor wrote: |
You shouldn't store any data. Aside from the limit mentioned by my associate, the other limit is the file size limit of your OS. |
Good points, and well made. Must remember not to answer questions when about to run out of the door  _________________ 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 |
|
 |
jagathesh |
Posted: Mon Dec 08, 2008 7:35 pm Post subject: Howmuch Data We Can Store in the QUEUES |
|
|
Newbie
Joined: 04 Jan 2007 Posts: 7
|
You can store maximum of 100MB data in a Queue and the physical size for the Queue is 2GB Maximum. Make sure the FS is having enough space to store 100MB message. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Dec 08, 2008 8:06 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Queues can store a lot more than 2GB. Enable the largefiles option on your UNIX system that removes the 2GB file size limitation.
I have heard that MQ queues can theoretically hold 2 terrabytes of data. Of course your file system will fill up long before then. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Dec 09, 2008 6:02 am Post subject: Re: Howmuch Data We Can Store in the QUEUES |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
jagathesh wrote: |
You can store maximum of 100MB data in a queue*** and the physical size for the Queue is 2GB Maximum. Make sure the FS is having enough space to store 100MB message. |
*** surely you mean in a message? |
|
Back to top |
|
 |
|