messQ is a small project started to implement and improve in the areas of message queue mechanisms.
What it does currently? Just a Network Service to be connect and enqueue/dequeue messages.
What it requires? Ruby, terminal and your fingers :)
Git it: $ git clone git://github.com/abhishekkr/messQ.git
Download: https://github.com/abhishekkr/messQ/tarball/master
Start messQ server: $ ruby messQ.rb
This starts a message queue server at port 8888.
Enque new message:
Open a connection at port 8888, then say "enq MESSAGE_TO_BE_QUEUED".
Deque oldest message:
Open a connection at port 8888, then say "deq". It returns the dequed message.
What it does currently? Just a Network Service to be connect and enqueue/dequeue messages.
What it requires? Ruby, terminal and your fingers :)
Git it: $ git clone git://github.com/abhishekkr/messQ.git
Download: https://github.com/abhishekkr/messQ/tarball/master
Start messQ server: $ ruby messQ.rb
This starts a message queue server at port 8888.
Enque new message:
Open a connection at port 8888, then say "enq MESSAGE_TO_BE_QUEUED".
Deque oldest message:
Open a connection at port 8888, then say "deq". It returns the dequed message.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
_ _ __ ___ ___ _____
||\/|| //_ //_ //_ _ // // messQ v0.0.1beta
|| || \\_ __// __// //__//\\_ simplistic socket message Q
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
No comments:
Post a Comment