What solutions exist for a JVM-based queue that is larger than heap?

后端 未结 5 1360
攒了一身酷
攒了一身酷 2021-02-15 19:44

I am looking at possible technology choices for queues (or perhaps streams are a better description) in a JVM-based system.

Some requirements:

  • Must be ac
5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-15 20:23

    Use one of available JMS implementations. For example ActiveMQ or Qpid from Jakarta.

提交回复
热议问题