/JQueue

Message queue in Java - abandoned

Primary LanguageJava

Jqueue

Message queue in Java

Notice

This is an incomplete work and API may change over course of time.

Currently JQueue supports below operations.

Storing messages in string format (ONLY).

create multiple queues.

Write message to single queue at a time.

Read message from single at a time.

connect multiple client through TCP connection.

Pull request is appriciated !