-
Bug
-
Resolution: Done
-
Critical
-
7.0.0.DR7
-
None
-
Documentation (Ref Guide, User Guide, etc.)
-
-
-
-
-
-
+
WebSphere MQ 8 resource adapter does not accept activation config property "destinationLookup" and "connectionFactoryLookup" If message driven bean with this property is deployed then following warning is logged:
14:57:45,718 WARN [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0006: ActivationConfigProperty destinationLookup will be ignored since it is not allowed by resource adapter: wmq.jmsra
MDB will not any receive messages.
TCK 7 test fail because of this issue:
[javatest.batch] FAILED........com/sun/ts/tests/jms/ee20/cditests/mdb/Client.java#testCDIInjectionOfMDBWithQueueReplyFromEjb [javatest.batch] FAILED........com/sun/ts/tests/jms/ee20/cditests/mdb/Client.java#testCDIInjectionOfMDBWithTopicReplyFromEjb
Customer impact:
MDB with activation config property destinationLookup cannot be deployed.