AMQP-185 fixed typo in warning message

This commit is contained in:
Mark Fisher
2011-08-02 10:27:18 -04:00
parent d2e084e3f7
commit 3b182590a2

View File

@@ -286,7 +286,7 @@ public class RabbitAdmin implements AmqpAdmin, ApplicationContextAware, Initiali
if (queue.isAutoDelete()) {
logger.warn("Auto-declaring an auto-delete Queue ("
+ queue.getName()
+ "). It will be deleted deleted by the broker if not in use, and all messages will be lost. Redeclared when the connection is closed and reopened.");
+ "). It will be deleted by the broker if not in use, and all messages will be lost. Redeclared when the connection is closed and reopened.");
}
if (queue.isExclusive()) {
logger.warn("Auto-declaring an exclusive Queue ("