I have a Glassfish cluster that has 2 JMS hosts. I need to be able to increase the heap size for both brokers.
Running them standalone I would just do something like:
imqbrokerd -vmargs "-Xms1024m -Xmx2048"
I tried putting -vmargs "-Xms1024m -Xmx2048" in the Start Arguments box for the Java Message Service in my Glassfish cluster config.
The quotes automatically get converted to HTML ampersand quot; when they get written to domain.xml
However, neither broker will start with this config. I don't see anything in my broker logs, in my instance logs I just see connection refused when it tries to look for the broker.
Am I doing this incorrectly? Is there some other way I can specify JVM heap size for my brokers?
[Message sent by forum member 'jburkhardt' (jburkhardt)]
http://forums.java.net/jive/thread.jspa?messageID=323526