Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 628 Bytes

AMQPExchangeDeclareConfig.md

File metadata and controls

16 lines (9 loc) · 628 Bytes

AMQPExchangeDeclareConfig

AMQPExchangeDeclareConfig holds the configuration for the exchange on the server

Properties

Name Type Description Notes
durable Boolean Durable keeps the exchange also after the server restarts [optional]
internal Boolean Internal when true does not accept publishings [optional]
noWait Boolean NowWait when true does not wait for a confirmation from the server [optional]
autoDelete Boolean AutoDelete removes the exchange when no bindings are active [optional]