Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 560 Bytes

File metadata and controls

17 lines (12 loc) · 560 Bytes

ASB Configuration Example

This sample is made up of 2 parts

  • The Receiver Console : An application that listens to commands and emits Events
  • The Sender Console : An applications that sends commands

When running the worker locally it will generate a Config file for to be loaded into the ASB Emulator

Instructions

  1. Run ASBExample.ReceiverConsole in Debug

  2. Run Docker Compose

      podman compose -f .\Docker-Compose.yml up -d
  3. Run both samples, they will now work and communicate using the Local ASB Emulator