Hello all, I am trying to set up deployment descriptors for some MDB in jboss. I need to subscribe to topics from a remote JMS server. I have added the remote JMS MBean into jboss.jcml as was described in the documentation : <mbean code="org.jboss.jms.jndi.JMSProviderLoader" name=":service=JMSProviderLoader,name=RemoteJMSProvider"> <attribute name="ProviderName">RemoteJMSProvider</attribute> <attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JBossMQProvider</attribute> <attribute name="ProviderUrl">remote.com:1099</attribute> </mbean> and I got the server to start. The only thing I have left to do is to actually write the deployment descriptor to look up the topics in the remote server. I know that the syntax for doing so for topics in jboss.xml is : <destination-jndi-name>topic/MyTopic</destination-jndi-name>j is this the same syntax for all such servers? -- No one may be called "good" if they have had no chance to be bad... _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user