Skip to content

Add ConnectionString support and update RabbitMQ client#146

Merged
cloudfy merged 1 commit intomainfrom
145-arcturuseventbusrabbitmq-connection-error
Mar 9, 2026
Merged

Add ConnectionString support and update RabbitMQ client#146
cloudfy merged 1 commit intomainfrom
145-arcturuseventbusrabbitmq-connection-error

Conversation

@cloudfy
Copy link
Copy Markdown
Owner

@cloudfy cloudfy commented Mar 9, 2026

  • Added ConnectionString property to RabbitMQEventBusOptions for full AMQP(S) URI support; marked HostName as obsolete.
  • Updated RabbitMQConnection to prefer ConnectionString and support both URI and hostname connection methods.
  • Upgraded RabbitMQ.Client dependency to 7.2.1.
  • Improved WaitForEvents documentation in IProcessor with usage guidance.

Summary & Motivation

A brief description of the changes in this pull request explaining why these changes are necessary. Please delete this paragraph.

Checklist

  • I have added tests, or done manual regression tests
  • I have updated the documentation, if necessary

- Added ConnectionString property to RabbitMQEventBusOptions for full AMQP(S) URI support; marked HostName as obsolete.
- Updated RabbitMQConnection to prefer ConnectionString and support both URI and hostname connection methods.
- Upgraded RabbitMQ.Client dependency to 7.2.1.
- Improved WaitForEvents documentation in IProcessor with usage guidance.
@cloudfy cloudfy linked an issue Mar 9, 2026 that may be closed by this pull request
@cloudfy cloudfy added the bug Something isn't working label Mar 9, 2026
@cloudfy cloudfy merged commit bea6872 into main Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Arcturus.EventBus.Rabbitmq] Connection error

1 participant