Hi I am running spring integration with amqp gateways and the amqpTemplate is configured as follows:
From my understanding, this means that I am creating default queues that should be deleted after 15000 ms. Sometimes I see that these queues are created but never deleted. What could be the reason?Code:<template id="amqpTemplate" connection-factory="connectionFactory" reply-timeout="15000"/>
Thanks
Netta
