This is the start of a project bridging zeromq (zeromq.org) and vert.x (vertx.io).

https://github.com/p14n/vert-zeromq

ZeroMQBridge bridge = new ZeroMQBridge("tcp://*:5558", vertx.eventBus());
bridge.start();

vertx.eventBus().registerHandler("testHandler", new Handler>() {
        @Override
        public void handle(Message message) {
                message.reply(message.body());
        }
});

 Hopefully I'll get the time soon to make it a proper vert-x mod.


Our new information radiator. Stories are on the right in todo/qa/done order. On the left is a list of projects and status for build and functional test suite. Yes, I do work with Tom Selleck. He's a great programmer - not the cavalier type you might expect from Magnum.