With this in my virtualhosts.xml file
<exchanges>
<exchange>
<type>fanout</type>
<name>test-exchange</name>
<durable>true</durable>
</exchange>
<.exchanges>
When I try to declare test-exchange to be fanout I get
'Attempt to redeclare exchange: test-exchange of type direct to
fanout. [error code 530: not allowed]'
Without that config things work fine, but the exchange does not exist
at startup.
What am I doing wrong?
--
mARK bLOORE <mbloore@gmail.com>
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org
|