[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - sending messages one way

ataylor do-not-reply at jboss.com
Tue May 20 03:50:45 EDT 2008


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#4151925

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151925



More information about the jboss-dev-forums mailing list