General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Reference in JNDI
Actually I am developing a simple JMS (Queue-based) application using WebSphere Application Server v5 with embeded messaging. Problem is when I lookup for QueueConnectionFactory object (which obviously has been created in WebSphere namespace using Admin Console), it returns a Reference i.e. javax.naming.Reference Object instead of the QueueConnectionFactory object. Now I can see what this Reference object contains (the class, the Factory Class, Address Types) but I am unable to find a way to obtain the QueueConnectionFactory object from this Reference object. I hope someone must be able to help me out. Thanks in advance.
Regards
Usman Malik