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

API for creating exchanges (or doing anything else than pub-sub system) #61

Closed HosseyNJF closed 2 years ago

HosseyNJF commented 2 years ago

In our system, exchanges get created without any publishers or consumers already existing. How should that creation take place? There are many API methods that are not accessible through this library. Is there a way to access the underlying AMQP connection and send requests?

wagslane commented 2 years ago

It sounds like you should probably just use the amqp library directly

On Wed, Feb 23, 2022, 3:28 PM M. Hosseyn Najafi @.***> wrote:

In our system, exchanges get created without any publishers or consumers already existing. How should that creation take place? There are many API methods that are not accessible through this library. Is there a way to access the underlying AMQP connection and send requests?

— Reply to this email directly, view it on GitHub https://github.com/wagslane/go-rabbitmq/issues/61, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFHZKVKM4DCY6MC33JDHW23U4VNQFANCNFSM5PFV5DUA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>