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

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

Overview

Future

  • A full kafka clone (http://incubator.apache.org/kafka)
  • Persisten messaging with O(1)
  • Constant time performance even with TB messages
  • High-throughput (100k/s messages0
  • Distributed messaging system (producers/brokers/consumers)
  • Auto load balancing
  • Simple message format

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

The full quick start links at here.

Full Configuration

Configuration link.

Design

Design documents.

FAQ

FAQ.

History

Full History

Clone this wiki locally