4.8.3. Create a Fanout Exchange using qpid-config

The following example creates a new fanout exchange using qpid-config:
qpid-config add exchange fanout my-fanout-exchange
To make the exchange durable (persistent between restarts of the broker), use the --durable option:
qpid-config add exchange fanout my-fanout-exchange --durable
The qpid-config exchanges command lists the exchanges on the broker.