tanszek:oktatas:iss_t:rabbitmq_simple
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:iss_t:rabbitmq_simple [2024/04/22 07:14] – knehez | tanszek:oktatas:iss_t:rabbitmq_simple [2024/04/22 08:09] (current) – knehez | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== RabbitMQ | + | ===== RabbitMQ |
<code bash> | <code bash> | ||
Line 60: | Line 60: | ||
</ | </ | ||
- | Task 1: open port: 15672 **RabbitMQ** management extension pw: guest:guest | + | **Task 1**: open port: 15672 -> **RabbitMQ** management extension pw: guest:guest |
+ | |||
+ | Launch producer | ||
+ | |||
+ | docker-compose up -d producer | ||
+ | |||
+ | Launch consumer | ||
+ | |||
+ | docker-compose up -d consumer | ||
+ | |||
+ | Check the **hello** queue form the management console. | ||
+ | |||
+ | **Task 2**: send a message by hand and check the console of the consumer: | ||
+ | |||
+ | docker-compose logs -f consumer | ||
tanszek/oktatas/iss_t/rabbitmq_simple.1713770081.txt.gz · Last modified: 2024/04/22 07:14 by knehez