1 Reply Latest reply on Jun 4, 2003 9:53 AM by adrian.brock

    JBossMQ Chaining

    darranl

      Hi,

      Does anyone know if it is possible to chain JBossMQ installations?

      Basically I have got a couple of remote sites that will be submitting messages to a queue, the remote sites will not allways be connected to the main site so I would like the messages to be cached on a queue at the remote site.

      I would also have a queue running centrally which I would like all messages at the remote sites to be passed to when a connection is available.

      Is there any way to configure JBossMQ to do this or would I have to implement something to automatically take the messages off the remote site queue and place it on the central site queue when the connection is available.

      Darran.

        • 1. Re: JBossMQ Chaining

          No,

          There is currently no support for this in jbossmq.
          You could use an MDB to do this. The MDB
          will continually try to reconnect the remote
          location.

          Regards,
          Adrian