-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
Compatibility/Configuration
The automatic construction of JBossMQ destination construction is not portable
and confuses most users when they configure things wrong.
They don't get a reasonable error message, and sometimes no error message at all.
This was made configurable in JBoss4 and should be disabled in JBoss5
See conf/standardjboss.xml
- <CreateJBossMQDestination>true</CreateJBossMQDestination>
+ <CreateJBossMQDestination>false</CreateJBossMQDestination>
The testsuite will need fixing for any MDB deployments that were using this feature
to have explicit destination deployments.