Home > mqsh

mqsh

Mqsh is a project mainly written in Ruby, based on the View license.

MQsh is a distributed shell

= MQsh

MQsh is a distributed shell implemented on top of a message queue. MQsh is a new take on dsh[http://www.netfort.gr.jp/~dancer/software/dsh.html.en]. MQsh server uses AMQP[http://en.wikipedia.org/wiki/AMQP] to send commands to a message exchange, message exchanges forwards commands to MQsh workers, MQsh workers execute commands and send back response. MQsh will work with any message queue that implements AMPQ, e.g. RabbitMQ[http://www.rabbitmq.com/], ActiveMQ[http://activemq.apache.org/], ZeroMQ[http://www.zeromq.org/].

== Contributing to MQsh

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Artem Veremey. See LICENSE.txt for further details.