0 Replies Latest reply on Jul 31, 2008 3:56 AM by marcusdidiusfalco

    How to use @Resource to inject a queue into a SessionBean?

    marcusdidiusfalco

      I have queue bound under:

      Global JNDI Namespace
      ...
      +- queue (class: org.jnp.interfaces.NamingContext)
       ....
       | +- BafoegResponseQueue (class: org.jboss.mq.SpyQueue)
      


      How do I inject this queue into a Stateless Session Bean using the @Resource annotation?

      Thanks,

      Hans