lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
82 stars 22 forks source link

fix(brokers): change defaultQueue to "" #128

Closed lerenn closed 6 months ago

lerenn commented 6 months ago

When using a user on an app, by default the queue id was "asyncapi". So when using the library without overriding it, then there was a chance that the user missed some response or the app missed some request. This should correct that.