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
When spring.rabbitmq.listener.type is missing value or simple, both directRabbitListenerContainerFactoryConfigurer and simpleRabbitListenerContainerFactoryConfigurer are created but directRabbitListenerContainerFactoryConfigurer is unused.
When spring.rabbitmq.listener.type is direct, both directRabbitListenerContainerFactoryConfigurer and simpleRabbitListenerContainerFactoryConfigurer are created but simpleRabbitListenerContainerFactoryConfigurer is unused.