Skip to content

RabbitMQ direct exchange implemented#33

Draft
matteopessina wants to merge 1 commit intomainfrom
9-queue-crud-rabbitmq
Draft

RabbitMQ direct exchange implemented#33
matteopessina wants to merge 1 commit intomainfrom
9-queue-crud-rabbitmq

Conversation

@matteopessina
Copy link
Copy Markdown
Contributor

Direct Exchange is a part of the Queue feature of Azure Service Bus

@matteopessina matteopessina linked an issue Jul 11, 2023 that may be closed by this pull request
type: ExchangeType.Topic,
cancellationToken: cancellationToken);

if (topic is null)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Krusty93 probably in this case we want to return at API level something like 204 or 404.
What do you think about?

type: ExchangeType.Direct,
cancellationToken: cancellationToken);

if (directExchange is null)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Queue Crud RabbitMQ

1 participant