Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

QUEUE SIZE LIMIT INCREASE.

user9377303Oct 5 2011 — edited Feb 21 2020
Hi All,

I need to send message of about 30.000 byte, until here no problem but if I want to increase the size QUEUE limit which is the parameter I need to chenge in my init file?

Here below are reported the different sections of my init GROUP file:

%PROFILE

ACCEPT_KILL_COMMAND YES ! accept kill commands from DMQ Monitor
ENABLE_XGROUP YES ! allow cross-group communications
XGROUP_VERIFY NO ! do not verify cross group links
FIRST_TEMP_QUEUE 200 ! minimum is 101, maximum is 850
XGROUP_TABLE_SIZE 20 ! size of the group link table
GROUP_BYTE_QUOTA 16777216 ! maximum number of bytes on all queues
GROUP_MAX_MESSAGE_SIZE 32000 ! largest message size permitted in this group
ATTACH_TMO 600 ! timeout in seconds for locates
ENABLE_MRS YES ! start recoverable messaging servers
ENABLE_JRN NO ! enable PCJ journaling when MRS is enabled
ENABLE_SBS NO ! start selective broadcast and AVAIL/UNAVAIL

In the specific I want to know about this parameter:

GROUP_BYTE_QUOTA 16777216 ! maximum number of bytes on all queues

This parameter concerns the all the permenent queues configured in my init file?

So the setted value(16777216), must be divided for the n queues defined in the %QCT section?:

To increase the Queue limit have I to increase this parameter ?

Any suggestion or feedback will be really appreciated.

Many thanks in advance.

Ciao
Andrea
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2011
Added on Oct 5 2011
2 comments
3,285 views