Hi All
I am creating a
EJB 2.x MDB on a "Websphere Application Server 6.1 (aka, WAS61) using a Websphere MQ messaging provider (i.e., Websphere MQ 6.0)
I have created the connection factory, queue, and listener port.
However, I cannot seem to find an example of what the deployment descriptor should look like for such an MDB.
(Although, there are many many examples of what the deployment descriptor should look like for the "default messaging provider" using activation specifications, etc.)
From what I understand from reading the IBM RedBook "Websphere Application Server 6.1 Management and Configuration", I need no further configuration to the WAS61 server beyond the connection factory, queue, and listener port. -- Is my understanding correct???
Also, I understand that I must implement the MDB using the listener port artifact instead of the activation specification.
-- What does the ejb-jar.xml deployment descriptor entry for the MDB look like in this situation (clearly there is no activation-specification stuff)?
If someone possibly provide an example of a ejb-jar.xml deployment descriptor that is using MDB's that us a WebSphere MQ messaging provider (i.e., rather than the "default messaging provider"), it might be helpful.
Thanks for any help on this.
s