Code Monkey home page Code Monkey logo

file-backed-queue's Introduction

File Backed Queue Server

Overview

  • This project provides a file backed queue which is accessible through RestFul Services and Client API.
  • Enqueue and Dequeue operations are supported through RestFul Service.
  • Using Client API makes it easy to access queue through different configurations like retry mechanism, sync and async access, polling queue for new entries, etc...

Frameworks and Libraries

  • Maven as a project and dependency management tool
  • Spring Boot for configuring and running restful web service
  • Logback for console and file based logging
  • Spring Fox (Swagger 2) for API Documentation and manual testing
  • Apache Commons IO for easy file read/write and access

Rest API Documentation

Link to Swagger: http://localhost:3456/swagger-ui.html

  • POST /queue/enqueue
    • Use this method to enqueue an element on queue server
    • Data can be passed as a message body
  • GET /queue/dequeue
    • Use this method to dequeue an element from queue server

How to start queue server on Local Machine

  • Open pom.xml file in IDE (Eclipse/IntelliJ)
  • Resolve maven dependencies
  • Open QueueServerApplication class
  • Run main method from this class to start queue server
  • Go to http://localhost:3456/swagger-ui.html
  • Click on queue-controller
  • Perform relevant operations on queue from that screen to test the server
  • To enable debug logging add JVM Parameter -Dlogging.config=classpath:logback-debug.xml

file-backed-queue's People

Contributors

dependabot[bot] avatar ravidesai47 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.