Documentation ¶
Index ¶
- type RabbitMQ
- func (r *RabbitMQ) Ack(ctx context.Context, msg queue.Message) error
- func (r *RabbitMQ) Close(ctx context.Context)
- func (r *RabbitMQ) Nack(ctx context.Context, msg queue.Message, requeue bool) error
- func (r *RabbitMQ) Notify(ctx context.Context, wg *sync.WaitGroup) error
- func (r *RabbitMQ) Publish(ctx context.Context, queueName string, msg []byte, ...) error
- func (r *RabbitMQ) Start(ctx context.Context, queueName string) error
- func (r *RabbitMQ) Subscribe(ctx context.Context, msgChan chan<- queue.Message, wg *sync.WaitGroup) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.