Versions Compared

Key

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

...

Name

C++

Java

Description

qpid.client_pid

Y

N  

Allows the process id of a client to be reported by mgmt tools

qpid.client_ppid

Y

N  

Allows the parent process id of a client to be reported by mgmt tools

qpid.client_process

Y

N  

Allows the process name of a client to be reported by mgmt tools

Session

???

Exchange

Exchange.Declare

Name

C++

Java

Description

qpid.ive

Y

N  

Specifies 'initial value exchange' behaviour is desired

qpid.msg_sequence

Y

N  

Requests that the exchange sequences all messages routed through it and adds the sequence number to the message headers

Binding

Exchange.Bind

Options are carried in the arguments field

...

Options are carried in the arguments field

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

 

qpid.max_count

Y

N

 

qpid.file_count

Y

N

 

qpid.file_size

Y

N

 

qpid.last_value_queue

Y

N

 

qpid.last_value_queue_no_browse

Y

N

 

qpid.msg_sequence

Y

N

 

qpid.queue_event_generation

Y

N

 

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

...