smrchy/rsmq

Implmentation announcment. Golang!

ebuckley opened this issue · 2 comments

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.

  • tests
  • API compatability. Almost there! I am just missing the ChangeMessageAttributes function.
  • 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