Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

C++

Java

Description

no-local

Y

 

Specifies that the queue should discard any messages enqueued by sessions on the same connection as that which declares the queue

qpid.policy_type

Y

N

Valid values "reject", "flow_to_disk", "ring", "ring_strict"

qpid.max_size

Y

N  

Defines the maximum number of messages that a queue can contain before the action dictated by the policy_type is taken.

qpid.max_count

Y

N  

Defines the maximum size of message data (in bytes) that a queue can contain before the action dictated by the policy_type is taken.

qpid.file_count

Y

N  

This is really a property of a particular store implementation (sets the number of files to use for the queue's 'journal')

qpid.file_size

Y

N  

This is really a property of a particular store implementation (sets the size of the files to use for the queue's 'journal')

qpid.last_value_queue

Y

N  

Enables last value queue behaviour

qpid.last_value_queue_no_browse

Y

N  

Enables special mode for last value queue behaviour (see QPID-2104)

qpid.msg_sequence

Y

N  

Causes a sequence number to be added to headers of enqueued messages

qpid.queue_event_generation

Y

N  

Causes an event to be generated for enqueues and dequeues, currently used for asynchronous state replication

qpid.trace.id

Y

Y

Adds the given trace id as to the application header "x-qpid.trace" in messages sent from the queue

qpid.trace.excludes

Y

Y

Does not send on messages which include one of the given (comma separated) trace ids

x-qpid-priorities

 

Y

Defines the number of distinct priority levels supported by the queue

x-qpid-maximum-message-age

 

Y

Specifies that if the oldest message on the queue gets above this age then alerts should be sent

x-qpid-maximum-message-size

 

Y

Specifies that if the queue gets above this size (in bytes) an alert should be sent

x-qpid-maximum-message-count

 

Y

Specified that if the queue gets above this size (in message count) an alert should be sent

x-qpid-minimum-alert-repeat-gap

 

Y

Specified the minimum time gap between consecutive alerts

x-qpid-capacity

 

Y

Defines the size of the queue in bytes at which flow control on producers will be brought into affect

x-qpid-flow-resume-capacity

 

Y

Defines the size on bytes of the queue when flow control will be rescinded

...