Biroj Nayak
Biroj Nayak
@mconnew find my answers on some questions.. Do we need a mechanism to reject a message and/or place them in a dead letter queue? E.g. message Action was unrecognized so...
@Ximik87 I am not sure whether you have started.. let me know else I will working on a design doc starting next week
@Ximik87 please refer this https://github.com/CoreWCF/CoreWCF/pull/736 and specifically the design sample kept at https://github.com/birojnayak/CoreWCF/tree/MSMQ/src/CoreWCF.Queue.Common for reference. Everyone I would appreciate if folks can review the design doc and provide comments.
@Kralizek the new mechanism we are designing around queuing would enable for all queue in Azure, AWS and others... bdw you read my mind 👍 ...
> @birojnayak Thank you! i'm begined implement similar code (detail [here](https://github.com/Ximik87/CoreWCF/tree/add_queue_support/src)), will try combine your design code and my implementation. I plan to do PR by the end of July...
@jonlouie thank you for your first contribution :)
@mconnew thanks .. once checked in I can run locally.. thanks @v-joesun
@stnkblsm we will take care of throttling once it's implemented in ASP.NET Core (as discussed with @mconnew )... and this PR https://github.com/CoreWCF/CoreWCF/pull/245 would take care the other part. Let me...
@jonlouie assigned to you
We are doing something similar for Web services which are still using SOAP ([HTML Design](https://github.com/birojnayak/CoreWCF/blob/queuedesignreview/Documentation/DesignDocs/corewcfqueue-design.md) and [open source PR](https://github.com/CoreWCF/CoreWCF/pull/736)) , this would enable any queue transport (SQS, Amazon MQ, Rabbit...