Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] AMQP protocol version mismatch exception #98

Open
oownahcohc opened this issue May 16, 2023 · 0 comments
Open

[BUG] AMQP protocol version mismatch exception #98

oownahcohc opened this issue May 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@oownahcohc
Copy link
Contributor

버그 상황

@Bean
public ConnectionFactory connectionFactory() {
    CachingConnectionFactory connectionFactory = new CachingConnectionFactory(host, port);
    connectionFactory.setUsername(username);
    connectionFactory.setPassword(password);
    LOGGER.info("Create RabbitMQ connection factory with : " + username + "@" + host + ":" + port);
    return connectionFactory;
}
스크린샷 2023-05-16 오후 8 06 31

위와 같이 ConnectionFactory 가 성공적으로 생성되고 @Bean 을 통해 주입되는 것을 확인했다.

But

스크린샷 2023-05-16 오후 8 09 51

위와 같이 AMQP protocol version mismatch; we are version 0-9-1, server sent signature 3,1,0,0 라는 이유로 Exception 발생

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant