Connection Details from Spring AMQP? #240
lost-carrier
started this conversation in
General
Replies: 2 comments 2 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a question for Spring AMQP maintainers. They seem to recommend using Hop directly but then have |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I'm just missing a bit of documentation here, but - since this is recommended by Spring AMQP project:
What is the most elegant way to ome from a Spring AMQP wired connection (->
RabbitTemplate
) to a HOP one?The Spring AMQP
ConnectionFactory
orConnection
would offer host, post, virtualHost, username, but NO password. The thing is that I might not actually know where Spring is getting the connection details from (imagine Docker or CloudFoundry context). There is not by chance anything likeClient hopClient = new Client(rabbitTemplate.getConnectionFactory());
? (...at least I could not find anything useful...)Beta Was this translation helpful? Give feedback.
All reactions