Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 710 Bytes

Queue.md

File metadata and controls

19 lines (15 loc) · 710 Bytes

##Queue

  1. kestrel
    Kestrel is a simple, distributed message queue written on the JVM.
    Project Source: https://github.com/twitter/kestrel
    Project Homepage: http://twitter.github.io/kestrel/

  2. elasticmq
    Message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces.
    Project Source: https://github.com/adamw/elasticmq
    Project Homepage: https://softwaremill.com/

  3. scala-zeromq
    Thread-safe ZeroMQ for Scala.
    Project Source: https://github.com/mDialog/scala-zeromq

  4. amqp-client
    Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client.
    Project Source: https://github.com/sstone/amqp-client