Chapter 11. Addresses
11.1. x-declare Parameters
The following parameters may be supplied in the
x-declare
part of an address string:
Parameter | Usage |
---|---|
auto-delete
| boolean specifying if the queue/exchange should be auto-deleted
|
exclusive
| boolean specifying exclusiveness of the queue/exchange
|
alternate-exchange
|
alternate exchange where messages shall be routed to when this queue is deleted / the exchange fails to find a matching bind for a message
|
arguments
|
a nested map with arguments available specifically for the queue / exchange. Refer to https://cwiki.apache.org/confluence/display/qpid/Qpid+extensions+to+AMQP for further details.
|