Project

nezu

0.0
No commit activity in last 3 years
No release in over 3 years
Skel generator and launcher for amqp consumers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

Stories in Ready Nezu

Nezu is a rails inspired simple amqp app framework. Right now it is pretty much a work in progress though we hope that it will do the job here at talkyoo.net. It has two major modes of usage:

  1. nezu new /path/to/your/app generates an app-skeleton

  2. (bundle exec) nezu run inside your app folder starts your application and subscribes all your consumers to their appropriate queues

  3. Start amqp-consume --queue="test.pong.dev" cat in other shell

  4. Do amqp-publish --routing-key=test.your_app_name.dev --body='{"__action":"ping","__reply_to":"test.pong.dev","test":23}' in 3rd shell, now you should see the result: {"test":23,"__action":"ping_result"} in the output of amqp-consume an debug messages in "nezu run" output

BIGFATALPHAWARNING: This hasn`t been fully tested yet. So if your working on a nuclear plant or so, go back to sleep this will be a lower risk

This Software is released under the Terms of General Public License. You can find a copy of it in this project in the file gpl3.txt