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.
我需要将消息从服务器发送到客户端。
在.Net端,MSMQ技术用于实现这些机制,如发送消息、通知等。
请让我知道在java端使用的有效技术。
与 MSMQ 非常相似的是 RabbitMQ,并且运行良好。
您可以使用 Apache MQ 甚至 JMS。