Coder Social home page Coder Social logo

emque's People

Contributors

asim avatar hiroko103 avatar isfk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emque's Issues

Suggestions...

Hi Asim.

I just came by this project searching a simple, easy to use, docker swarm friendly message queue solution.
Many other popular message queues are not suitable for my current job.

I am very impressed for your design. It's what I am looking for.

However, after short review I am not sure but concluded it is long way to go.
If you don't mind I want to share my requirements.

  1. Java script client including auto reconnection support.
  2. Message requeue support from client.
  3. Message persistent for HA; seems now just write only and have no saving path config.
  4. Message TTL support (Auto remove on timeout)

Best regards.
Sungkyu Kim.

Divide and Conquer - PUSH/PULL

I have download your code and test it with for a while. It work just fine by the instructions.

But I'm wondering if the unique pattern it's implements is the PUB/SUB.

May be a PUSH/PULL pattern (Push/Pull Pattern). One of those scenario when one or more process are pushing data to the queueue, but each message it's supposed to be handled by one and only one worker.

I have worked with PUSH/PULL on ZeroMQ and it work just fine.

A push pull messaging pattern is defined as a messaging pattern when devices push data to the server and others canpull data from the server. Unlike the publish subscribe systemwhere all devices that are subscribed to a topic get the datawhereas in push/pull devices need to pull the data explicitly.

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.