Skip to content

ride90/RabbitMQ-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ-Python

Demos with python

Prepare for work:
1) Install RabbitMQ server:
sudo apt-get install rabbitmq-server

2) Install RabbitMQ management console:
rabbitmq-plugins enable rabbitmq_management
or
sudo /usr/lib/rabbitmq/lib/rabbitmq_server-*.*.*/sbin/rabbitmq-plugins enable rabbitmq_management

The following plugins have been enabled:
  mochiweb
  webmachine
  rabbitmq_mochiweb
  amqp_client
  rabbitmq_management_agent
  rabbitmq_management
Plugin configuration has changed. Restart RabbitMQ for changes to take effect.
3) Restart server:
    service rabbitmq-server restart


4) Web ui:
Protocol amqp must listen 5672
# netstat -nlp | grep 567

Check web ui:
    http://IP.IP.IP.IP:55672 or other port
    user: guest
    pswd: guest

Download rabbitmqadmin at:
    http://IP.IP.IP.IP:55672/cli/

The HTTP API and its documentation are both located
    http://IP.IP.IP.IP:55672/api/ or other port

About

Demos with python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy