Terrian,
Yup, that's a 3.x config alright.
here's one that works for me on 4.0.2. I can't guarantee that you don't have 
other stuff misconfigured. You are lucky, I had to figure this out for myself 
with no help, vague docs, and inapplicable examples 8)

ProviderName should be something you name (instead of SomeJMSProvider) so you 
know what it is later.

  |   <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
  |      
name="jboss.mq:service=JMSProviderLoader,name=RemoteJMSProvider,server=192.168.11.201">
  |     <attribute name="ProviderName">SomeJMSProvider</attribute>
  |     <attribute 
name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute>
  |     <attribute name="QueueFactoryRef">UIL2XAConnectionFactory</attribute>
  |     <attribute name="TopicFactoryRef">UIL2XAConnectionFactory</attribute>
  |     <attribute name="Properties">
  |        java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  |        java.naming.factory.url.pkgs=org.jnp.interfaces
  |        java.naming.provider.url=192.168.11.201:1099
  |     </attribute>
  |   </mbean>

The ProviderName attribute,  and IP properties
 are the only thing that changes from connection to connection. My provider 
name and IP addresses changed to protect my company.

Are you sure this still isn't documented with an example? There's got to be an 
example somewhere by now. I had to figure this out right after 4.0.2 came out, 
when I migrated.

It was pretty painful when I was on my own. Hindsight is always 20/20.

-Neil

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to