H iJakiran, you meant this?
Example 6.8. The MDB jboss.xml descriptor
|
| <?xml version="1.0"?>
| <jboss>
| <enterprise-beans>
| <message-driven>
| <ejb-name>TextMDB</ejb-name>
| <destination-jndi-name>queue/B</destination-jndi-name>
| <resource-ref>
| <res-ref-name>jms/QCF</res-ref-name>
| <jndi-name>ConnectionFactory</jndi-name>
| </resource-ref>
| </message-driven>
| </enterprise-beans>
| </jboss>
but why I only found this: "standardjboss.xml"? And there's no comment
sample in that file, can i assume it's first level child element after
"jboss" element?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170342#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...