Skip to content

feature: RMQ reply-to explicit exchange #2303

@Lancetnik

Description

@Lancetnik

We should provide users with the ability to choose an exchange on the publisher's side to publish reply message.

Currently RabbitBroker().publish(..., reply_to="queue-name") supports only queue choosing and the message will be published on the default exchange.

We should extend this functionality by allowing users to choose an exchange by adding the exchange name after the queue name, like so: RabbitBroker().publish(..., reply_to="queue-name[delimeter]exchange-name").

The old syntax should still be supported as well, so that users can continue using it if they prefer.

Metadata

Metadata

Assignees

Labels

RabbitMQIssues related to `faststream.rabbit` module and RabbitMQ broker featuresenhancementNew feature or requestgood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions