Skip to content

Instantly share code, notes, and snippets.

@simpleton
simpleton / consumer.go
Last active October 19, 2023 05:17
Golang auto-reconnect rabbitmq consumer
package base
import (
"errors"
"fmt"
"github.com/manucorporat/try"
"github.com/simpleton/beego"
"github.com/streadway/amqp"
"math/rand"
"model/helper"