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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151925#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...