Skip to content

Exemplary ansynchronous client-server communication layer through JsonRPC on a RabbitMQ Worker implementation

Notifications You must be signed in to change notification settings

khauser/MQJsonRPCWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exemplary ansynchronous client-server communication layer through JsonRPC on a RabbitMQ Worker implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages