FoundatioFx / Foundatio.RabbitMQ

Foundatio RabbitMQ
Apache License 2.0
21 stars 10 forks source link

Is there any reason than Foundatio.RabbitMQ do not support Queue Plugin? #31

Open sampsonye opened 5 months ago

sampsonye commented 5 months ago

Is there any reason than Foundatio.RabbitMQ do not support Queue Plugin?

niemyjski commented 5 months ago

We mainly see it as a message bus and had no requirements at the time to use it as a queue. We use it in our apps for a message bus and then user azure storage queues or SQS for queues. Would you like to add support for this?

sampsonye commented 5 months ago

ok I will try to do this