I am trying to deploy MDB into JBoss5.1 AS server but I am getting following exception -
From server log it seems that after attempting to bound later JBoss again tries to bound and it found at that time.
Please see following line from server log -
While googling to fix above exception problem I found to add entry in destinations-service.xml as -
After adding this I am getting following exception
Please anybody can help me to resolve this. What I am doing incorrect? Also give me link for how to write questions on this forum.
How are you deploying the original MyTest queue? Do you have any *-service.xml files in your application which are deploying that original queue? What do they look like?
That error indicates that you already have another file deploying the same queue. You'll have to find where that is. It might be somewhere within your application packaging or in the deploy folder of the server.