On Wed, 11 Jul 2001, kevin1 wrote:

> 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?

Yes.


//Peter
> 
> 
> -- 
> 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
> 

Jobba hos oss: http://www.tim.se/weblab
------------------------------------------------------------
Peter Antman             Technology in Media, Box 34105 100 26 Stockholm
Systems Architect        WWW: http://www.tim.se
Email: [EMAIL PROTECTED]        WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
------------------------------------------------------------


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to