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 を使用できます。