2 Replies Latest reply on May 20, 2008 6:20 AM by ataylor

    sending messages one way

    ataylor

      When we send a message that is non durable but in a transaction we send it one way rather than blocking. If the sending of this message fails, say due to a security exception or other problem, the client is not notified. The session is then committed and the client thinks that the messages have been delivered.

      Do we need to always send blocking (and take the hit) or should we fail on session.commit(). This would mean holding exceptions on the server until this happens! any thoughts?