Description of problem: some arguments are missing in the list, ie.: qpid.auto_delete_timeout qpid.persist_last_node qpid.optimistic_consume Version-Release number of selected component (if applicable): revision 2-7 Actual results: The arguments list for creating queues/exchanges is incomplete Expected results: The arguments list for creating queues/exchanges is complete Additional info:
Added the following as per Comment 3. Please review for technical accuracy: qpid.auto_delete_timeout If a queue is configured to be automatically deleted, it will be deleted after the amount of seconds specified here. qpid.optimistic_consume Allows the consumer to dequeue the message before the broker has acknowledged the producer, in order to reduce latency for durable messaging. qpid.persist_last_node Allows for a queue to treat all transient messages as persistent when a cluster fails down to a single node. When additional nodes in the cluster are restored, the transient messages will no longer be persisted. This mode will not be triggered if a cluster is started with only one active node, and the queues in this mode must be configured to be durable. Red_Hat_Enterprise_MRG-Messaging_User_Guide-2-en-US-2-15 http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2/html/Messaging_User_Guide/appe-Messaging_User_Guide-Exchange_Queue_Arguments.html
New options introduced with qpid 0.12 with "message groups" feature (see Bug 734115) are missing in the list: qpid.group_header_key[string] Provides the key for the message header that holds the group identifier value. qpid.shared_msg_group (integer) Setting this value enforces ordering across multiple consumers. Note: This is probably still not the complete list, it would be valuable to ask developers to check the list for completeness.
The list of arguments for creating queues/exchanges was updated accordingly, but the list is still not complete yet, a new bug 787154 was created for the missing content. Messaging_User_Guide - Revision 2-15 -> VERIFIED
Documents have been published on http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/index.html as part of the MRG-M 2.1.2 update.