Closed
Description
The auto-configuration for Rabbit Streams looks at the spring.rabbit.stream.*
properties for various settings, sometimes falling back to a more general spring.rabbit
property:
This fallback logic is incorrect as it ignores any RabbitConnectionDetails
that may have been defined so, for example, a @ServiceConnection
for Rabbit running in a container won't work correctly when using streams.