Skip to content
Ady Liu edited this page May 2, 2012 · 25 revisions

Jafka mq is a fast distributed publish-subscribe messaging system.

Overview

Install

Maven usage:

<dependency>
  <groupId>com.sohu.jafka</groupId>
  <artifactId>jafka</artifactId>
  <version>1.0-rc7</version>
</dependency>

Other usage:

Client dependencies:

Server dependencies:

  • jafka
  • zkclient
  • log4j
  • mx4j-tools [Optional]
  • jopt-simple [Optional]

Guick start

Clone this wiki locally