Versions in this module Expand all Collapse all v3 v3.7.0 Oct 11, 2021 Changes in this version + func Client(c *sqs.SQS) broker.Option + func DeduplicationFunction(dedup StringFromMessageFunc) broker.Option + func GroupIDFunction(groupfunc StringFromMessageFunc) broker.Option + func MaxReceiveMessages(max int64) broker.SubscribeOption + func NewBroker(opts ...broker.Option) broker.Broker + func VisibilityTimeout(seconds int64) broker.SubscribeOption + func WaitTimeSeconds(seconds int64) broker.SubscribeOption + type StringFromMessageFunc func(m *broker.Message) string Other modules containing this package github.com/asim/go-micro/plugins/broker/sqs/v4