2 Replies Latest reply on Jan 23, 2012 7:00 PM by jmfaerman

    Client reliability

    jmfaerman

      I am using hornetq (for the first time) to develop a basic event system.

      In this first design, a message with the event is generated on a client to be received by a remote MDB bound to a queue.

      The problem is that the connection between the client and the server is unreliable.

       

      Is it possible to configure the client to automatically retry delivery or must i have a "client side queue" and "pump" the messages myself?