[rabbitmq-discuss] RabbitMQ, push a script

Emile Joubert emile at rabbitmq.com
Thu Oct 25 13:26:45 BST 2012


Hi,

On 25/10/12 12:18, Desta Haileselassie Hagos wrote:
> I have created a script "services.sh" which executes a certain command.
> I want to push this script command to RabbitMQ and to read the output of
> the script by connecting to RabbitMQ. I am not sure if it is possible
> though.

Take care when sending executable messages. The receiver must have alot
of trust in the sender if you do that.

> But I am new to RabbitMQ, and I would appreciate if you could send me
> some pointers on how I can approach it.

You may be able to implement this using the RPC pattern. See
http://www.rabbitmq.com/tutorials/tutorial-six-python.html


-Emile



More information about the rabbitmq-discuss mailing list