Prebuilt ActiveMQ Server Based off ZeroMQ
Posted
by
VxJasonxV
on Server Fault
See other posts from Server Fault
or by VxJasonxV
Published on 2011-02-16T04:55:07Z
Indexed on
2011/02/16
7:27 UTC
Read the original article
Hit count: 575
Are there any distributions of fully built Message Brokers that are initially based off of ZeroMQ? I had thought that downloading/installing ZeroMQ would give me such, not just a handful of procedures for rolling me own.
Currently we use ActiveMQ, but it is a miserable pain to configure, so I'd rather slim down the profile, unfortunately I learned that ZeroMQ was not a one step solution to achieving that goal.
Alternatives are ok, but I'd prefer something less overly verbose in configuration than ActiveMQ's ludicrous amounts of Java configuration. Broker config + Java Logger Config + many other intricacies that I don't wish to deal with. (Read: Preferably not Java based in the first place.)
I'm looking for reliable, basic functionality described by JMS brokers. Topics, Queues, Message Persistence, etc.
© Server Fault or respective owner