Hi,
 I am new to JBOSS, I can use Service provider QueueConnectionFactory but I am 
not able to use a newly defined server provider. Any help is appreciated.
My Web.xml
---------------------------------
  <resource-ref>
    Default QueueFactory
    <res-ref-name>jms/myQueueFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
  </resource-ref>       
        <resource-ref>
          <res-ref-name>jms/RHQueue</res-ref-name>
          <res-type>javax.jms.Queue</res-type>
          <res-auth>Container</res-auth>
        </resource-ref> 
-----------------------------------

my jboss-web.xml
===================
<jboss-web>
   <resource-ref>
       <res-ref-name>jms/myQueueFactory</res-ref-name>
       <jndi-name>QueueConnectionFactory</jndi-name>
   </resource-ref>
   <resource-ref>
          <res-ref-name>jms/RHQueue</res-ref-name>
          <jndi-name>RHQueue</jndi-name>
        </resource-ref> 
</jboss-web>


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967570
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to