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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
