-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.3 SP1
-
None
JBossMQ is synchronizing on the exception listener as it maintains the exception to avoid duplicate notification.
However, the client code could also be synchronizing on this class. So we need to synchronize on an internal object.