I have a message queue in Glassfish with a name like "String.String.etc". Whenever I try to send a message to that MQ, I get the following error message:
Lookup failed for 'java:comp/env/[MQ Name]' in SerialContext[myEnv={java.naming.factory.initial=com.sun.enterprise.naming.SerialInitContextFactory, java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl, java.naming.factory.url.pkgs=com.sun.enterprise.naming}
I have another JMS Queue with the name of "jms/Beta". I don't get this problem for that MQ. Why would the first mentioned MQ cause the Context lookup to fail, but not the second one?