About Question enthuware.oce-ejbd.v6.2.509 :
Posted: Fri Jun 12, 2015 6:55 pm
For the explanation, ejb-jar.xml is provided by the bean provider. Since he/she (bean provider) usually does not know the actual destination name, it is never specified in the ejb-jar.xml....The bean deployer uses application server specified xml files to specify that information.....
But I have seen an example in ejb-jar.xml like this in Ivan Krizan's study guide:
application assembler can specify actual message destination in ejb-jar.xml.
But I have seen an example in ejb-jar.xml like this in Ivan Krizan's study guide:
My notes is :<assembly-description>
<message-destination>
<message-destination-name> ...
//JNDI name of the a physical queue defined in the application server.
<lookup-name>jms/ForwardingTopic</lookup-name>
</message-destination>
</assembly-description>
application assembler can specify actual message destination in ejb-jar.xml.