[jboss-user] [JBoss Messaging] - Re: Configuring a non-JBoss JMS Provider (Weblogic)

jferraro@ihc.com do-not-reply at jboss.com
Thu Jul 31 19:27:27 EDT 2008


Try it again...

Config scripts

jboss-service.xml
------------------------
  
	   foresight
    
       java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
       java.naming.provider.url=t3://foresight-prod.co.ihc.com:7001
       java.naming.security.authentication=none
    
    javax.naming.InitialContext		
  
  



jms-ds.xml
--------------
 
    ForeSightJMSProvider
    org.jboss.jms.jndi.JNDIProviderAdapter
    foresight
    foresight
  

  <!-- The Foresight JMS connection factory -->
  <no-tx-connection-factory>
    <jndi-name>ForeSightJms</jndi-name>
    <rar-name>jms-ra.rar</rar-name>
    <connection-definition>org.jboss.resource.adapter.jms.JmsConnectionFactory</connection-definition>
    <config-property name="SessionDefaultType" type="java.lang.String">javax.jms.Topic</config-property>
    <config-property name="JmsProviderAdapterJNDI" type="java.lang.String">java:/ForeSightJMSProvider</config-property>
    <max-pool-size>20</max-pool-size>
  </no-tx-connection-factory>

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

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



More information about the jboss-user mailing list