<!-- Bind a remote IBM MQ server -->
<mbean code="org.jboss.naming.ExternalContext"
name="jboss.jndi:service=ExternalContext,jndiName=remotewsmq">
<attribute name="JndiName">remotewsmq</attribute>
<attribute name="Properties">
java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
java.naming.provider.url=file:///usr1/app/deploy/sunjndi
</attribute>
<attribute name="InitialContext">javax.naming.InitialContext</attribute>
</mbean>
</connection-factories>
I am using this for publishing as well as consuming messages.
It all works fine with this configuration. Event Load tests are sucessfull. The only problem i have is when i stop the jboss server on producton it takes anywhere between 20 to 50 minutes.
Also even though i havent used XA any where it gives following error while stopping the server
2008-11-11 20:41:28,045 ERROR [STDERR] 2008.11.11 20:41:28 MQJMS1023E rollback failed
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum