简体   繁体   中英

How do I connect a JBoss4 Message Driven Bean to a topic on a remote server?

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.

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.

链接描述了如何将MDB连接到远程队列。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM