[jboss-user] [JBoss Messaging] - queue authentication

poyge394 do-not-reply at jboss.com
Thu Sep 13 12:27:30 EDT 2007


How can I get an SLSB to log in to an queue.  

If it was an MDB I would do it like this:


  |         <message-driven>
  |             <ejb-name>CMyMessageBean</ejb-name>
  |             <destination-jndi-name>queue/myQueue</destination-jndi-name>
  |             <mdb-user>scott</mdb-user>
  |             <mdb-passwd>tiger</mdb-passwd>
  |             <resource-ref>
  |                 <res-ref-name>jdbc/base</res-ref-name>
  |                 <jndi-name>java:/jdbc/myconnection</jndi-name>
  |             </resource-ref>
  |         </message-driven>
  | 
  | 

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

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



More information about the jboss-user mailing list