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.
我有 REST 服务器 Web 应用程序,它可以捕获数据、将其持久化,然后将其添加到队列中。
我有另一个 Web 应用程序应该从这个队列中获取项目并每隔 X 秒将它们传输给客户端。
我将如何使用 Java EE 实现这一点?
您将阅读JMS并在您选择的 EE 容器中寻找具体实现。