Versions in this module Expand all Collapse all v1 v1.0.0 Apr 20, 2023 Changes in this version + var DefaultConnectTimeout = 5 * time.Second + var DefaultIdleTimeout = 2 * time.Minute + var DefaultMaxActive = 0 + var DefaultMaxIdle = 5 + var DefaultReadTimeout = 5 * time.Second + var DefaultWriteTimeout = 5 * time.Second + func ConnectTimeout(d time.Duration) broker.Option + func IdleTimeout(d time.Duration) broker.Option + func MaxActive(n int) broker.Option + func MaxIdle(n int) broker.Option + func NewBroker(opts ...broker.Option) broker.Broker + func ReadTimeout(d time.Duration) broker.Option + func WriteTimeout(d time.Duration) broker.Option