/achilles-and-the-tortoise

Learning about RabbitMQ, Event Sourcing, Typescript, Domain Drive Design

Primary LanguageTypeScript

Achilles and the tortoise

Requirements

How to configure Visual Studio Code to run the code

Once configuration is completed VS Code will show a new Ports tab, in the bottom-docked terminal area. The Ports tab will list all the ports exposed by the remote containers.

Verify that setup completed successfully

Locate Visual Studio Code Ports tab. The tab by default shows four columns, Port, Local Address, Running Process, and Origin.

  • Locate the row, in the Port column, containing the value 15672 (the RabbitMQ management port).
  • Hover the located row with the mouse and click on the Open in Browser icon in the Local Address column.
  • A new browser tab is opened and the RabbitMQ management page is displayed.

The following section contains connection information details.

Containers connection information

The default RabbitMQ credentials are:

  • Username: guest
  • Password: guest

Repository structure

...

Links

Workshops