Hi everybody, I am new to activemq and I am trying to integrate it with WAS 5.1.x
I followed the steps in: http://www.nabble.com/Re%3A--activemq-user---Re%3A-Integrating-with-WebSphere-p1243900s2354.html but I get the following exception: [6/22/07 8:37:34:734 CST] 7f222ab3 ResourceMgrIm E WSVR0017E: Error encountered binding the J2EE resource, qcf, as qcf from file:/E:/jchaves/MqPruebas/Servers/servidorPruebas.wsc/cells/localhost/nodes/localhost/resources.xml javax.naming.OperationNotSupportedException at org.apache.activemq.jndi.ReadOnlyContext.rebind(ReadOnlyContext.java :349) at com.ibm.websphere.naming.JndiHelper.recursiveBind(JndiHelper.java :578) at com.ibm.websphere.naming.JndiHelper.recursiveRebind(JndiHelper.java :361) at com.ibm.ws.runtime.component.ResourceMgrImpl.bind( ResourceMgrImpl.java:347) at com.ibm.ws.runtime.component.ResourceMgrImpl.bind( ResourceMgrImpl.java:296) at com.ibm.ws.runtime.component.ResourceMgrImpl.installResourceProvider( ResourceMgrImpl.java:792) at com.ibm.ws.runtime.component.ResourceMgrImpl.installResource( ResourceMgrImpl.java:717) at com.ibm.ws.runtime.component.ResourceMgrImpl.installResources( ResourceMgrImpl.java:663) at com.ibm.ws.runtime.component.ResourceMgrImpl.loadResources( ResourceMgrImpl.java:505) at com.ibm.ws.runtime.component.ResourceMgrImpl.start( ResourceMgrImpl.java:440) at com.ibm.ws.runtime.component.ContainerImpl.startComponents( ContainerImpl.java:536) at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java :413) at com.ibm.ws.runtime.component.ApplicationServerImpl.start( ApplicationServerImpl.java:128) at com.ibm.ws.runtime.component.ContainerImpl.startComponents( ContainerImpl.java:536) at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java :413) at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183) at com.ibm.ws.runtime.WsServer.start(WsServer.java:128) at com.ibm.ws.runtime.WsServer.main(WsServer.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke( NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105) at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run( ServerRunnerV5.java:97) Any ideas???