users@glassfish.java.net

Re: Jms monitor in GlassFish3

From: <glassfish_at_javadesktop.org>
Date: Tue, 13 Jul 2010 12:11:11 PDT

I found another thread with the same problem
http://forums.java.net/jive/thread.jspa?messageID=477539&tstart=0

What I`ve done - put the string in domain.xml
<system-property name="org.glassfish.jms.EagerStartup" value="true"/>
and changed lazy-init tu false
<jms-host port="3545" host="inhouse" name="Publisher_Host" admin-password="aPassword" lazy-init="false"

But MBeanServer still returns empty set on query
"com.sun.messaging.jms.server:type=*"
[Message sent by forum member 'jmichaelj']

http://forums.java.net/jive/thread.jspa?messageID=477555