1 Reply Latest reply on Feb 5, 2004 5:07 AM by adrian.brock

    JMS Proxy

    matighet

      I'd like to implement a JMS-level proxy for a JBOSS JMS server with the following topology in mind.


      JMS Client ----> JMS Proxy -----> JMS Server

      What is the prefered way of doing this in JBOSS (i.e. using clustering, writing an MDB that is a client at the same time ...)

      Michael

        • 1. Re: JMS Proxy

          This is called a MessageBridge. JBossMQ doesn't have one.
          You can create a simple one by deploying an MDB on your server that pulls messages
          from the proxy and posts to a local queue.

          Regards,
          Adrian