Skip to content

YouToken/MyServiceBus

This branch is 7 commits ahead of, 1 commit behind MyJetTools/MyServiceBus:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 24, 2024
Aug 26, 2021
Sep 24, 2021
Sep 27, 2021
Sep 27, 2021
Nov 15, 2020
Oct 15, 2021
Aug 26, 2021
Jul 23, 2024
Oct 4, 2021
Oct 15, 2021
Jul 24, 2024
Aug 30, 2020
Nov 15, 2020
Jun 27, 2020

Repository files navigation

MyServiceBus

How to start service in docker:

 docker run --env MessagesConnectionString="CONNECTION_STRING_TO_AZURE_STORAGE" --env QueuesConnectionString="CONNECTION_STRING_TO_AZURE_STORAGE" -p 6421:6421 -p 6123:6123 -p 6124:6124 myjettools/my-service-bus:VERSION
  • CONNECTION_STRING_TO_AZURE_STORAGE - connection string to Azure strorage to use blobs to keep data
  • VERSION - version of service image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 64.6%
  • JavaScript 29.6%
  • TypeScript 4.9%
  • Other 0.9%