Options for AMQPSession#exchange and the typed-exchange shortcuts. Combines exchange declaration parameters (passive, durable, autoDelete, internal) with the exchange arguments table (x-delayed-type, alternate-exchange, ...).
passive
durable
autoDelete
internal
x-delayed-type
alternate-exchange
Optional
Exchange arguments table (e.g. { "x-delayed-type": "direct" }).
{ "x-delayed-type": "direct" }
Options for AMQPSession#exchange and the typed-exchange shortcuts. Combines exchange declaration parameters (
passive,durable,autoDelete,internal) with the exchange arguments table (x-delayed-type,alternate-exchange, ...).