package
0.0.0-20250303191223-d8329aeac5c7
Repository: https://github.com/mongodb/amboy.git
Documentation: pkg.go.dev
# Functions
MakeQueueSender wraps the sender with a queue-backed delivery mechanism using the specified queue instance.
NewQueueBackedSender creates a new LimitedSize queue, and creates a sender implementation wrapping this sender.
NewSendMessageJob creates an amboy.Job instance that sends the specified message to the specified sender.