Hi Tom,

Thanks for your post. Others should find this useful in 3.2.3 and before.

FYI: I have already changed the way this works in 3.2.4
You now specifiy all the properties if you don't want the default in memory
jndi connection. 
This should also make it easier to connect to thirdparty JMS solutions.
e.g.

  |   <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
  |      name="jboss.mq:service=JMSProviderLoader,name=JMSProvider">
  |     <attribute name="ProviderName">DefaultJMSProvider</attribute>
  |     <attribute name="ProviderAdapterClass">
  |       org.jboss.jms.jndi.JNDIProviderAdapter
  |     </attribute>
  |     <!-- The queue connection factory -->
  |     <attribute name="QueueFactoryRef">XAConnectionFactory</attribute>
  |     <!-- The topic factory -->
  |     <attribute name="TopicFactoryRef">XAConnectionFactory</attribute>
  |     <!- Use HAJNDI to access JMS -->
  |     <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=localhost:1100
  |     </attribute>
  |   </mbean>
  | 

The old method still works in 3.2.x, but will be dropped for JBoss4

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to