Bug 703974 - Sample output and options from "qpid-config queues" command out of date.
Summary: Sample output and options from "qpid-config queues" command out of date.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Messaging_Programming_Reference
Version: 2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 2.2
: ---
Assignee: Joshua Wulf
QA Contact: ecs-bugs
URL:
Whiteboard:
: 738587 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-11 19:34 UTC by Ken Giusti
Modified: 2014-10-19 22:58 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-20 03:13:13 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ken Giusti 2011-05-11 19:34:22 UTC
Description of problem:


MRG 2.0 Msg User's Guide, Chapter 3, Configuring queue options:

The output given for the "qpid-config queues" command is very out-of-date.

For 2.0, the output now appears as:

<begin>
$ qpid-config queues
Queue Name                                Attributes
=================================================================
my-queue                                  --durable 
qmfc-v2-hb-localhost.localdomain.20293.1  auto-del excl --limit-policy=ring 
qmfc-v2-localhost.localdomain.20293.1     auto-del excl 
qmfc-v2-ui-localhost.localdomain.20293.1  auto-del excl --limit-policy=ring 
reply-localhost.localdomain.20293.1       auto-del excl 
topic-localhost.localdomain.20293.1       auto-del excl --limit-policy=ring 
<end>

In addition, the options listed for creating queues are out of date - some have changed names and new options are available for 2.0.  The 2.0 option set is:

<begin>

    --alternate-exchange=<aexname>
                        Name of the alternate-exchange for the new queue or
                        exchange. Exchanges route messages to the alternate
                        exchange if they are unable to route them elsewhere.
                        Queues route messages to the alternate exchange if
                        they are rejected by a subscriber or orphaned by queue
                        deletion.
    --passive, --dry-run
                        Do not actually add the exchange or queue, ensure that
                        all parameters and permissions are correct and would
                        allow it to be created.
    --durable           The new queue or exchange is durable.

    --cluster-durable   The new queue becomes durable if there is only one
                        functioning cluster node
    --file-count=<n>    Number of files in queue's persistence journal
    --file-size=<n>     File size in pages (64Kib/page)
    --max-queue-size=<n>
                        Maximum in-memory queue size as bytes
    --max-queue-count=<n>
                        Maximum in-memory queue size as a number of messages
    --limit-policy=<policy>
                        Action to take when queue limit is reached
    --order=<ordering>  Queue ordering policy
    --generate-queue-events=<n>
                        If set to 1, every enqueue will generate an event that
                        can be processed by registered listeners (e.g. for
                        replication). If set to 2, events will be generated
                        for enqueues and dequeues.
    --flow-stop-size=<n>
                        Turn on sender flow control when the number of queued
                        bytes exceeds this value.
    --flow-resume-size=<n>
                        Turn off sender flow control when the number of queued
                        bytes drops below this value.
    --flow-stop-count=<n>
                        Turn on sender flow control when the number of queued
                        messages exceeds this value.
    --flow-resume-count=<n>
                        Turn off sender flow control when the number of queued
                        messages drops below this value.
    --argument=<NAME=VALUE>
                        Specify a key-value pair to add to queue arguments


<end>

Comment 1 Cheryn Tan 2012-03-01 03:58:12 UTC
*** Bug 738587 has been marked as a duplicate of this bug. ***

Comment 5 Cheryn Tan 2012-09-20 02:53:39 UTC
Released for MRG 2.2


Note You need to log in before you can comment on or make changes to this bug.