DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Controlling subscription queues for topic receivers
queue limits and slow subscriber
no-local
my-topic; {link:{x-declare:{arguments:{no-local:True}}}}
reliability and durability
subscription bindings, e.g. XML and headers exchanges, multiple binding patterns etc
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)