Getting started Community Training Tutorials Documentation APIs, AI & Tools
<amqp:config name="Amqp_Config" createFallbackExchange="false" >
<amqp:connection host="localhost" username="guest" password="guest" />
</amqp:config>
<flow name="mule-no-create-fallback-queue">
<http:listener
doc:name="Listener"
config-ref="HTTP_Listener_config"
path="/"/>
<amqp:publish
doc:name="Publish"
config-ref="Amqp_Config"
exchangeName="newExchange">
<amqp:fallback-exchange-definition />
</amqp:publish>
</flow>



