User Tools

Site Tools


tanszek:oktatas:informacios_rendszerek_integralasa:uezenetsorok-rabbitmq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tanszek:oktatas:informacios_rendszerek_integralasa:uezenetsorok-rabbitmq [2023/05/05 10:07] – létrehozva kneheztanszek:oktatas:informacios_rendszerek_integralasa:uezenetsorok-rabbitmq [2023/05/31 09:53] (current) knehez
Line 5: Line 5:
 <code bash> <code bash>
 git clone https://github.com/knehez/isi.git git clone https://github.com/knehez/isi.git
-cd isis/rabbitmq-python+cd isi/rabbitmq-python
 docker-compose up -d rabbitmq docker-compose up -d rabbitmq
 </code> </code>
  
-This is a docker-compose.yml file that defines single service called rabbitmq using the official rabbitmq Docker image with management plugin.+Az alábbi //docker-compose.yml// definiál egy szolgáltatást a rabbitmq hivatalos docker image-el, kiegészítve a management web-es felülettel, ami a 15672-es porton érhető el.
  
 <code yml> <code yml>
Line 21: Line 21:
 </code> </code>
  
-consumer.py+Indítsuk el a producert: 
 + 
 +<code> 
 +docker-compose up producer 
 +</code> 
 + 
 +Majd a cunsumert: 
 + 
 +<code> 
 +docker-compose up consumer 
 +</code> 
 + 
 +**consumer.py**
  
 <code python> <code python>
Line 47: Line 59:
 </code> </code>
  
-producer.py+**producer.py**
  
 <code python> <code python>
tanszek/oktatas/informacios_rendszerek_integralasa/uezenetsorok-rabbitmq.1683281239.txt.gz · Last modified: 2023/05/05 10:07 by knehez