Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { }
Provider is a placeholder struct for implementing the IConnectionProvider interface.
func (*Provider) NewConnection ¶
func (provider *Provider) NewConnection(server string, username string, password string, logger *gologger.CustomLogger) (*amqp.Connection, error)
NewConnection provides a new rabbitmq connection, retries for up to 30 minutes in case of failure
Click to show internal directories.
Click to hide internal directories.