Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Before running the application, ensure that you have a MongoDB instance running

RabbitMQ is used as message broker for communication between the services. When a product is deleted, a message is produced by the product service. This message contains details about the product that has been deleted. The shopping list service consumes the message and removes the deleted product from the shopping lists.

Before running the application, ensure that a RabbitMQ instance is running on `localhost` port `5672` (default port).
Before running the application, ensure that a RabbitMQ instance is running on `localhost` port `15672` (default port).

## Building and running this application

Expand Down Expand Up @@ -202,4 +202,4 @@ curl -X DELETE \
Alternatively to [curl][], you can use [Postman][] to target the REST API. Check the Postman [collection](misc/microservices-springboot.postman_collection.json) and the [environment variables](misc/microservices-springboot.postman_environment.json) as well.

[Postman]: https://www.getpostman.com/
[curl]: https://curl.haxx.se/
[curl]: https://curl.haxx.se/