I have a JBoss server (Server A) that is publishing messages on a topic. I have a message driven bean on another server (Server B) that needs to retrieve the messages from Server A.
我有一个JBoss服务器(服务器A),它发布一个主题的消息。我在另一台服务器(服务器B)上有一个消息驱动的bean,需要从服务器A检索消息。
How do I go about it? I can easily get everything working if the publisher and subscriber are on the same server but I can't find any information about how to do it using a remote server.
我该怎么办?如果发布者和订阅者在同一台服务器上,但我找不到有关如何使用远程服务器执行此操作的任何信息,我可以轻松地使一切正常。
Thanks.
1 个解决方案
#1
This link describes how to connect an MDB to a remote queue.
此链接描述如何将MDB连接到远程队列。