rsmq
rsmq copied to clipboard
Implmentation announcment. Golang!
Hi there,
I have been using your tiny and excellent framework at work. To aide my understanding of it, I have implemented a package for the go language.
- [x] tests
- [x] API compatability. Almost there! I am just missing the
ChangeMessageAttributesfunction. - [x] Worker interface. done!
Here is the code https://github.com/ebuckley/rsmq
thanks!
Hi @ebuckley that's great to see. Please update us once you get close to API compatibility and we will update the README to mention the Goland port
Hi @smrchy I had a spare moment and updated my implementation to include the ChangeMessageAttributes implementation