I just discovered this at the bottom of the Exception chain:
Caused by: java.lang.IllegalArgumentException: MQJMSRA_AS4001:
setDestination:Invalid destination name=jms/IssueWorkOrder
at
com.sun.messaging.jms.ra.ActivationSpec.setDestination(ActivationSpec.java:404)
... 43 more
From what google states is that I have not properly configured my MDB the
following is the header from the MDB:
@MessageDriven(mappedName = "jms/IssueWorkOrder", activationConfig = {
@ActivationConfigProperty(propertyName = "acknowledgeMode",
propertyValue = "Auto-acknowledge"),
@ActivationConfigProperty(propertyName = "destinationType",
propertyValue = "javax.jms.Queue")
})
Please advise.
--
[Message sent by forum member 'ddurst555808']
View Post: http://forums.java.net/node/817117