1 Reply Latest reply on May 11, 2003 5:16 AM by adrian.brock

    Configuring a JMS Queue

    delboypass

      I would like to configure this setup.
      I have a local machine and a remote machine.
      On the remote machine I have a queue defined and added to the jndi tree.

      On the local machine, i would like to get a local reference of the queue with out having to use the ipadress of the remote machine.

      so say queue/testQueue was on the remote machine.
      On the local, The queue is also called queue/testQueue but when a message is dropped onto the local queue it gets sent to hte remote machine with the same name.

      Possible or not??