Example client code for looking up resource environment references

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2750

This topic has not yet been written. The content below is from the topic description.
Example 6.16. ENC resource-env-ref access code fragment InitialContext iniCtx = new InitialContext(); javax.jms.Queue q = (javax.jms.Queue) envCtx.lookup("java:comp/env/jms/StockInfo");