By Robert J Berger, on August 28th, 2009
Opportunity Knocks
Runa.com, the startup where I am CTO, is looking for great developers to join our small agile team. We’re an early stage, pre-series-A startup (presently funded with strategic investments from two large corporations). Runa offers [...]
By Robert J Berger, on March 13th, 2009
I noticed that the rabbitmq-stomp had stopped working on my servers after a reboot. The servers were using the Ubuntu debian package of rabbitmq and had been updgraded to RabbitMQ 1.5.3 and stomp had not since I was manually installing rabbitmq-stomp from the mercurial repositories (cause I could not find any ubuntu packages for rabbitmq-stomp).
If you [...]
By Robert J Berger, on January 2nd, 2009
Install rabbitmq via synaptic
Make sure that the erlang package is installed
Add a repository from the rabbitmq site
Set up Repository via the Synaptic GUI tool
(http://www.rabbitmq.com/debian/)
Synaptic repository addition
Set up Repository via command line
Ubuntu Documentation for Managing Repositories via the Command Line
How to use the RabbitMQ Debian repository and available RabbitMQ Debian packages
The repositories are described in /etc/apt/sources.list
So [...]
By Robert J Berger, on December 18th, 2008
At Cinch, we are looking into a high volume, high performance message queuing mechanism for aggregating updates from javascript logging into our data stores. The first one we are investigating is RabbitMQ which seems to have a good rep.
Though we are deploying on Linux, we do all our development on Mac OS X. It turned out [...]