This repository acts as a central hub for handling issues, collecting feedback, and facilitating discussions related to the Azure Service Bus Emulator.
thank you so much for releasing this Emulator. I was really excited to test it out immediately, but had to realize that as of now the python sdk does not have any support for the "UseDevelopmentEmulator" keyword in the connection string. Is that right? I was able to find some code for this in the .net sdk but unfortunately nothing in python. Not sure if there is any workaround, but as far as I understand python sdk only supports the TransportTypes AMQP and AMQPOverWebsocket which use port 5671 and 443, not 5672 and I don't think there is a way to disable TLS.
I know this is an issue that should have been raised in the python sdk repository, but it would have been nice to mention in the requirements that python sdk is currently not compatible. Do you know if there are any plans to provide support for python as well?
Thank you so much, really looking forward to this!
Hi everyone,
thank you so much for releasing this Emulator. I was really excited to test it out immediately, but had to realize that as of now the python sdk does not have any support for the "UseDevelopmentEmulator" keyword in the connection string. Is that right? I was able to find some code for this in the .net sdk but unfortunately nothing in python. Not sure if there is any workaround, but as far as I understand python sdk only supports the TransportTypes AMQP and AMQPOverWebsocket which use port
5671
and443
, not5672
and I don't think there is a way to disable TLS.I know this is an issue that should have been raised in the python sdk repository, but it would have been nice to mention in the requirements that python sdk is currently not compatible. Do you know if there are any plans to provide support for python as well?
Thank you so much, really looking forward to this!