You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest Spring AMQP release has deprecated setQueue in favour of setDefaultReceiveQueue. We should probably adapt our configuration structure to match that change and deprecate spring.rabbitmq.template.queue in favour of spring.rabbitmq.template.default-receive-queue.
Given this change was introduced early in 2.1.x I am tempted to make it for 2.1.1 still.