PejmanNik / lazvard-message

lightweight AMQP server - Azure Service Bus simulator
MIT License
65 stars 10 forks source link

Queues not working #11

Closed adrian-gheorghe closed 1 day ago

adrian-gheorghe commented 4 weeks ago

Hello

I am trying to use your emulator (running a container with the Docker image) by configuring some queues alongside some topics + subscriptions but the queues are not being created. Even with the default configuration, the queues do not seem to be created

Is this not supported or am I just doing it wrong?

Thank you

PejmanNik commented 2 weeks ago

Both queues and topics use the same exact code, so it should work as expected. Is there any error? Are the topics working?

PejmanNik commented 1 day ago

I noticed that the logger was emitting the queue names, which may indicate that the queues were not created. However, it was only an issue in the logging mechanism, which was fixed in version 0.5.0. Please feel free to reopen the issue if you are still experiencing this issue