Problem is getting solved.
I did some mistake in the jboss.xml file.
<message-driven>
| <ejb-name>MessageEJB</ejb-name>
|
<destination-jndi-name>queue/testQueue</destination-jndi-name>
| <local-jndi-name>MessageEJB</local-jndi-name>
| </message-driven>
Here local-jndi-name should be equal to the ejb-name.
And I find
jboss.j2ee:service=EJB,plugin=invoker,binding=message-driven-bean,jndiName=MessageEJB
@ is removed.
:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079567#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...