Skip to content

Conversation

@jayychoi
Copy link

This PR adds SSL support to RabbitMQ Streams auto-configuration, addressing the issue where spring.rabbitmq.ssl.enabled=true only applied to AMQP connections but not to Stream connections. (#43932)

As suggested by wilkinsona, added SSL bundle support alongside SSL configuration for RabbitMQ Streams. For backward compatibility, I added new spring.rabbitmq.stream.ssl properties instead of reusing spring.rabbitmq.ssl. The implementation follows existing patterns in the codebase.

Changes

  • Add spring.rabbitmq.stream.ssl.enabled property.
  • Add spring.rabbitmq.stream.ssl.bundle property.

Related Issue

Closes gh-43932

Closes spring-projectsgh-43932

Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SSL support to auto-configuration for Rabbit Streams

2 participants