Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现 ehCache 提供的大多数功能都可以合理地执行 put 和 get by key..但我只想使用缓存来添加和查看记录作为队列(我们需要缓存,很像缓冲区,因为数据可能要大..)。如何以这种方式使用 ehcache 或 JCS?或任何其他建议的替代方案?谢谢!
根据您的描述,听起来您想改用 JMS。它支持分布式事务并提供发布/订阅机制。
一些 JMS 实现: