diff --git a/spring-rabbitmq/README.md b/spring-rabbitmq/README.md index ad4f03c..e1142ac 100644 --- a/spring-rabbitmq/README.md +++ b/spring-rabbitmq/README.md @@ -21,7 +21,7 @@ services: ports: - 8080:8080 rabbitmq: - rabbitmq:3.9-management + image: rabbitmq ... ``` The compose file defines an application with two services `backend` and `rabbitmq`. @@ -47,6 +47,7 @@ CONTAINER ID IMAGE COMMAND CREATED After the application starts, you can send and receive data to rabbitmq with this api : `POST`: http://localhost:8080/sendMessage + Body: ``` {