项目作者: nakshay

项目描述 :
Message queue in Java - abandoned
高级语言: Java
项目地址: git://github.com/nakshay/JQueue.git
创建时间: 2018-09-20T09:25:05Z
项目社区:https://github.com/nakshay/JQueue

开源协议:

下载


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 !