我正在尝试通过Geronimo的JNDI查找QueueConnectionFactory和Queue。Queue返回正常,但QueueConnectionFactory查找始终返回null。它不会抛出NamingException,如果JNDI名称不正确,这正是我所期望的。谁能看出我做错了什么?下面的测试代码输出:truefalseimportjavax.jms.Queue;importjavax.jms.QueueConnectionFactory;importjavax.naming.InitialContext;importjavax.naming.NamingException