Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.27 KB

MQJsonRPCWorker

This project implements two rabbitmq approaches in an abstract manner to use it later on as a library:

  • "Work queue" for being able to distribute time-consuming tasks among multiple workers see here for more..

    RabbitMQ-Work queue

  • "RPC" for allowing client-server communication by an unique correlation id and one answer queue per client see here for more..

    RabbitMQ-RPC

Main frameworks

Installation

Upcoming

  • provide a task queue to query whether task is finished or not and also to get a result
  • setup a maven repository to upload the library