Versions in this module Expand all Collapse all v0 v0.1.1 Apr 7, 2025 Changes in this version + type AMQP struct + func (a *AMQP) Close() + func (a *AMQP) Listen(options ListenOptions) string + func (a *AMQP) Publish(options PublishOptions) error + func (a *AMQP) Start(options Options) *amqp.Session + type ListenOptions struct + ConnectionID int + QueueName string + Session *amqp.Session + type Options struct + ConnectionURL string + Password string + Username string + type PublishOptions struct + Body string + ConnectionID int + QueueName string + Session *amqp.Session