Skip to content

MQEnergy/go-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bba82f7 · Oct 14, 2024

History

9 Commits
Oct 14, 2024
Jul 8, 2022
Jul 11, 2022
Oct 14, 2024
Oct 14, 2024

Repository files navigation

go-rabbitmq

rabbitmq的消费者和生产者

在项目中安装使用

go get -u github.com/MQEnergy/go-rabbitmq

测试

1、安装依赖

go mod tidy

运行example

配置 amqp 消费者

go run examples/consumer.go

生产者

go run examples/producer.go

查看效果

2、单元测试

go test