This error:
java.lang.IllegalStateException:
jboss.messaging:name=JMSProvider,service=JMSProviderLoader is already installed.
means that there is already an mbean by that name - which there is - the first entry in
the jms-ds.xml file. To get rid of the error, use a different mbean name. There is nothing
magical about the name - you could call it something like
"cpslo:provider=remote" and it should work just fine.
I don't know if above advice will get the remote access working, but it should
eliminate the error message.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233422#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...