Skip to content

project-samples/go-amazon-sqs-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-amazon-sqs-sample

The sample about active-mq, which use these libraries:

  • aws-sdk-go

  • core-go/sqs to wrap aws-sdk-go

    • Simplify the way to initialize the consumer, publisher by configurations
      • Props: when you want to change the parameter of consumer or publisher, you can change the config file, and restart Kubernetes POD, do not need to change source code and re-compile.
  • core-go/mq to implement this flow, which can be considered a low code tool for message queue consumer:

    A common flow to consume a message from a message queue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages