[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Unauthorized sending gets through
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu Apr 16 10:08:36 EDT 2009
This is because the message is being sent Asynchronously, and the exception is not being captured.
If you were doing a transaction, the commit would throw the security exception for you, as the exception would be cached on the transaction until commit/prepare is called.
If you also configured the CF to send messages Synchronously, you would get the security exception.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225939#4225939
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225939
More information about the jboss-dev-forums
mailing list