[jboss-user] [JBoss Messaging] - Re: Not able to connect to remote Queue through Bridge

jmesnil do-not-reply at jboss.com
Mon Jul 7 08:43:24 EDT 2008


"jjacobwip" wrote : Hi,
  | 
  | 
  |   | <mbean code="org.jboss.jms.jndi.JMSProviderLoader"        
  |   | 	name="jboss.messaging:service=JMSProviderLoader,name=LocalJMSProvider">
  |   | 	<attribute name="ProviderName">LocalJMSProvider</attribute>
  |   | 	<attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute>
  |   | 	<attribute name="QueueFactoryRef">XAConnectionFactory</attribute>
  |   | 	<attribute name="TopicFactoryRef">XAConnectionFactory</attribute>
  |   | 	<attribute name="Properties">
  |   | 		java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  |   | 		java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  |   | 		java.naming.provider.url=${jboss.bind.address:localhost}:1100
  |   | 	 </attribute>
  |   |  </mbean>
  |   | 
  | 
  | 

One thing you could try is to prepend java:/ to your FactoryRefs.
e.g.:


  | <attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
  | 

hope it helps,
jeff

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162841#4162841

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162841



More information about the jboss-user mailing list