PejmanNik / lazvard-message

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

Improve cli and support for HTTP transport #8

Closed PejmanNik closed 4 months ago

PejmanNik commented 4 months ago

Improve cli and support for HTTP transport

⚠️ BREAKING CHANGE

The configuration file structure has been changed. A new UseHttps option has been added under the Server section, which is set to false by default. This is because the latest Azure SDK supports HTTP transport for local emulators, eliminating the need for a certificate.

The new version also generates a different connection string, so you will need to replace the old connection string in your client.

If you still need the HTTPS version, you must add UseHttps = true to the Server section.