- Python 2.6 or newer
- Pika
- The examples where tested with PHP 5.3
- php-amqplib
Requirements:
- RabbitMQ server (2.0 or later) running on localhost.
- RabbitMQ user needed:
- Username: alert_user
- Password: alertme
- Permissions: read,write,config
Running the Consumer: python 3.2.2_alert_consumer.py
Running the Producer: python 3.2.2_alert_producer.py -r ROUTING_KEY -m MESSAGE
Requirements:
- RabbitMQ server (2.0 or later) running on localhost.
- RabbitMQ user needed:
- Username: rpc_user
- Password: rpcme
- Permissions: read,write,config
Running the Server: python 3.3.3_rpc_server.py Running the Client: python 3.3.3_rpc_server.py
- RabbitMQ server (2.0 or later) running on localhost.
- RabbitMQ user needed:
- Username: guest
- Password: guest
To run the PHP scripts simply do:
php script_name.php