my-topic; {link:{x-declare:{arguments:{'qpid.max_count':500}}}}
|
You can request that your subscriber does not receive any messages published on that same connection using the no-local option:
my-topic; {link:{x-declare:{arguments:{no-local:True}}}}
|
queue-a; {create: always, node:{x-declare:{arguments:{'qpid.max_count':1000}}}}
|
queue-b; {create: always, node:{x-declare:{arguments:{'qpid.max_count':1000, 'qpid.max_size':1000000}}}}
|
my-lvq; {create: always, node:{x-declare:{arguments:{'qpid.last_value_queue_key':'qpid.subject'}}}}
|
my-priority-queue; {create: always, node:{x-declare:{arguments:{'x-qpid-priorities':10}}}}
|
Note that qpid.priorities can be used as an alias for x-qpid-priorities with the c++ broker (i.e. qpidd) for the sake of consistency; the latter is supported by the Java broker as well however.