Versions in this module Expand all Collapse all v0 v0.8.0 Mar 4, 2018 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