Skip to content

Gsantomaggio/rabbitmqexample

Repository files navigation

rabbitmqexample

Here some RabbitMQ example.

  1. webSocketPython : How to redirect RabbitMQ messages to web-page using http://www.tornadoweb.org/.

To get ready you need pika and tornado in this way:

pip install pika 
pip install tornado 

Execute my-server.py and open a web page on http://localhost:8888/ Try to send a message to "my_queue" on rabbitmq (or simply use sendtest.py) , it will be redirected to all connected clients.

Releases

No releases published

Packages

No packages published