I think you will have to change the jms-ds.xml file under the server/default/deploy/jms directory to contain something like the following: <!--Jaikiran --> | <!--Adding my own JMS provider. This will be used to setup a 'destination'(queue/topic) on a remote m/c--> | <mbean code="org.jboss.jms.jndi.JMSProviderLoader" | name="jboss.mq:service=JMSProviderLoader,name=RemoteMQProvider,server=ps2177"> | <!--this name will be used in jboss.xml--> | <attribute name="ProviderName">JaikiranJMSProvider</attribute> | <!--Points to remote server--> | <attribute name="ProviderUrl">jnp://ps2177:1099</attribute> | <attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JBossMQProvider</attribute> | <attribute name="QueueFactoryRef">UIL2XAConnectionFactory</attribute> | <attribute name="TopicFactoryRef">UIL2XAConnectionFactory</attribute> | </mbean> | <!--Jaikiran ends-->
Please post the other config files as well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901767#3901767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901767 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
