-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Host.AmazonSQS] New transport for Amazon SQS #269
Comments
Is anyone working on this? We're considering using SlimMessageBus but would need SQS integration. If there's a design we may be able to contribute. |
None actively working on this right now. I have this on my long list of features. Happy, to accept a PR with the feature. I could create an empty plugin that could serve as the starting template for SQS - let me know. |
Hi, Yes please create an empty plugin, and we will start to look at this. |
Yup, will report when I have something for you. |
I have started the SQS implementation. Once I have the first version working (it should be soon), then I will post here. What do you think about having a combined transport for SQS and SNS in one transport? |
I think that is a decent idea since they are quite closes related |
Good, how about the name of the NuGet? SlimMessageBus.Host.AmazonSQS is what I was thinking initially, when we combine SQS and SNS how about the package name? Stick with: SlimMessageBus.Host.AmazonSQS? |
I don't have a strong preference, but I would say SlimMessageBus.Host.AmazonSQS looks better |
For your information, I have a branch with the Amazon SQS provider that is mostly built. There are a couple of minor features (see ToDos) that I will work on when I have time: Once I have all the needed features it will be made available as a pre-release in v3. Feedback welcome. |
The package is here: The docs are here: |
Please bring in Amazon SQS as another transport to SMB.
Proposed name of the NuGet and project:
SlimMessageBus.Host.AmazonSQS
https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/csharp_sqs_code_examples.html
https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/sqs-apis-intro.html
The text was updated successfully, but these errors were encountered: