gosqs
gosqs copied to clipboard
Hey, I am digging in the codebase and testing it, I have found a bug. Sending messages in separate gouroutines is not synchronized, meaning when a service is asked to...
Hey, thanks for the library, I have an improvement, however, I work with a copy of your code (my use case is slightly different). I have found out that the...
The purpose of this PR is to allow using SQS without requiring producers to set a "route" attribute on every message. It accomplishes this by setting the route attribute as...
I modified the Makefile so it would enable race condition checking when testing. ``` test: @go test ./... --race --count=3 ``` ( I also added --count just to work it...
Hello, I am running your example on my local machine. My AWS environment already has SNS/SQS subscription. How can I leverage your library to publish messages to that well-known, already-created...