wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
772 stars 126 forks source link

create queue with publisher #183

Closed brounnoupegreula-7757 closed 2 weeks ago

brounnoupegreula-7757 commented 2 weeks ago

hi, it possible to create queue with init publisher or when i create publish message not with consumer, because when i run my publisher first the message discard by system because the queue not create.