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
Host and port values should not be displayed when addresses attribute is defined (in AbstractConnectionFactory class) as connect method use addresses first.
Thanks.
The text was updated successfully, but these errors were encountered:
We also can set an AddressResolver instead of all those.
Therefore it looks like it is better just to remove host/port from this CachingConnectionFactory.toString().
spring-amqp/spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java
Line 1044 in ccf202b
Hello,
Host and port values should not be displayed when addresses attribute is defined (in AbstractConnectionFactory class) as connect method use addresses first.
Thanks.
The text was updated successfully, but these errors were encountered: