lightweight AMQP server - Azure Service Bus simulator
4.9K
Lazvard Message is an AMQP server simulator that is unofficially compatible with Azure Service Bus.
More info: https://github.com/PejmanNik/lazvard-message
Create an empty folder and map it to the container for configuration storage. The container will generate a default config file upon its first run. After making any modifications, restart the container.
docker run -p 5671:5671 -v ./config:/App/config pejmann/lazvard-message
podman run -p 5671:5671 -v ./config:/App/config pejmann/lazvard-message
Content type
Image
Digest
sha256:274613835…
Size
103.1 MB
Last updated
over 1 year ago
docker pull pejmann/lazvard-message