0 Replies Latest reply on Mar 7, 2002 2:55 AM by toddhunter

    dependable jms client

    toddhunter

      I have jboss running on a server with a queue and a mdb. Messages published to this queue are delivered etc and it all works fine.

      Now, what I want to do is have another seperate machine that publishes messages via a stand-alone client to another machine (locally) via jms.

      This is fine unless the connection drops out. In this case my client can't lookup the queue on the second machine (where jboss/jms is running).

      My question is how should I be do this and still have my messages delivered/stored until connection is restored? It is not an option to have jboss/jms server running at both ends.

      Obviously this can be done without jms but I am hoping it can be done with it too.