2 Replies Latest reply on Dec 12, 2012 12:33 PM by mofarn

    Large message issue

    mofarn

      Hi every body

       

      I have a question about large message (in hornetq 2.2.14.Final)

      Consider this scenario:

      1. The client is sending a larg message to a hornetq server
      2. Suddenly, server failes (or the connection between client and server losts)
      3. Server restarts (or the connection between client and server re-establishes)

      Can the client resume sending the message or it should re-send it?

      should i consider it in client application logic?

      Does caching large messages help me?

      (I have same question when client consuming messages)

       

      Thanks