Using the J2EE Engine Administrator I did the follwoing:
On the Server JMS Provider:
I have added a queue named 'queue1' to the JMS Server Instance of 'default'
Then I added a Queue Connection factory named 'jQCF' to the JMS Server Instance of 'default'.
I can successfully get an Initial Context, but I can not perform a lookup on my Queue Connection Factory named 'jQCF'.
Do I have to restart the J2EE engine to get this to work ?
Do I have to reference the JMS Server Instance (named 'default') inside of the lookup() call.
Do I need to restart anything or somehow reference the JMS Server instance ?
Thanks, John