dotnet / docs

This repository contains .NET Documentation.
https://learn.microsoft.com/dotnet
Creative Commons Attribution 4.0 International
4.27k stars 5.9k forks source link

Pay attention to RabbitMQ and AMQP 1.0 #5672

Closed 4wakened5leeper closed 5 years ago

4wakened5leeper commented 6 years ago

If you plan to use RabbitMQ rather than Service Bus in development, by interfacing with AMQP 1.0, pay attention to this : The equivalent of Service Bus topics in RabbitMQ are Header Exchanges. But those are not compatible with the AMQP 1.0 plugin provided by RabbitMQ. see https://github.com/rabbitmq/rabbitmq-amqp1.0#message-properties-annotations-headers-etc


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

mairaw commented 6 years ago

Thanks for your feedback @Necriis. @CESARDELATORRE please take a look.

mvelosop commented 5 years ago

Hi @Necriis, thanks for the heads up!

There are no plans to change messaging to AMQP 1.0 en eShop, but toke note of this in the backlog

Thanks!

Closing this issue now but feel free to comment, will reopen if needed.