seppy
seppy

Reputation:

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.

Upvotes: 1

Views: 457

Answers (1)

Rich Kroll
Rich Kroll

Reputation: 4005

This link describes how to connect an MDB to a remote queue.

Upvotes: 1

Related Questions