RabbitMq #5.20.0 - getSocketFactory() returns null #10290
Answered
by
acogoluegnes
mageshmani18
asked this question in
Questions
-
|
Hello, I updated rabbitmq (com.rabbitmq:amqp-client) version from 2.8.7 to 5.20.0, and I noticed that the getSocketFactory() method now returns null, resulting in a runtime exception. Would you please help with what I need to do to fix it? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
acogoluegnes
Jan 8, 2024
Replies: 1 comment 1 reply
-
|
What are you doing with the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mageshmani18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are you doing with the
SocketFactory? It's likely you just need to useSocketFactory.getDefault().