go-queueing
commandmoduleThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
go-queueing
If you are beginning your journey withSenzing,please start withSenzing Quick Start guides.
You are in theSenzing Garage where projects are "tinkered" on.Although this GitHub repository may help you understand an approach to using Senzing,it's not considered to be "production ready" and is not considered to be part of the Senzing product.Heck, it may not even be appropriate for your application of Senzing!
⚠ WARNING: go-queueing is still in development ⚠ _
At the moment, this is "work-in-progress" with Semantic Versions of0.n.x.Although it can be reviewed and commented on,the recommendation is not to use it yet.
Synopsis
The Senzinggo-queueing packages provide adapters for RabbitMQ, and SQS.
References
Documentation¶
Overview¶
Module go-queueing helps with communicating with queueing services like rabbitmq.
Directories¶
| Path | Synopsis |
|---|---|
Package queues contains queue-specific implementations. | Package queues contains queue-specific implementations. |
rabbitmq Package rabbitmq has helpers for working with RabbitMQ queues. | Package rabbitmq has helpers for working with RabbitMQ queues. |
sqs Package sqs has helpers for working with AWS SQS queues. | Package sqs has helpers for working with AWS SQS queues. |