Versions Compared

Key

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

...

queue limits and slow subscriber
no-local

my-topic; {link:{x-declare:{arguments:{no-local:True}}}}

reliability and durability

...

Creating shared queues on-demand

queue limits
LVQs

my-lvq; {create: always, node:{x-declare:{arguments:{'qpid.last_value_queue_key':'qpid.subject'}}}}

priority queues

my-priority-queue; {create: always, node:{x-declare:{arguments:{'x-qpid-priorities':10}}}}

(qpid.priorities can be used as an alias for x-qpid-priorities with qpidd)

automatic deletion of queues

...