2 Replies Latest reply on Feb 3, 2003 9:40 PM by suedehead33

    Using Remote Queue in MDB for JBoss 3.0.x

    suedehead33

      Is there a way where I can specify a MDB to get messages from a remote queue destination? How does one configure it?

      Here's the scenario:

      SRV-1:
      ~ JMS queue sender client
      ~ JMS queue destination

      SRV-2:
      ~ Message-driven Bean (MDB) running on JBoss 3.0.4

      Note: The EJB message-driven architecture is queue-based.

      The client app sends a message locally to the queue destination. How will the MDB (located at SRV-2) get the messages from the remote queue (located at SRV-1)?

      Thanks!