users@glassfish.java.net

JMS Broker Start Parameters

From: Daniel H. Cavalcanti <dhcavalcanti_at_gmail.com>
Date: Thu, 04 Sep 2008 16:54:59 -0400

Hi...

I want to disable the JMS queue/topic auto creation in the broker.
I know I can accomplish this by setting the following in the
Configuration -> {cluster}-config -> Java Message Service -> Start
Arguments field: -Dimq.autocreate.queue=false -Dimq.autocreate.topic=false

But I want to be able to do this in a different way: CLI and AMX/JMX.
What is the equivalent command for CLI. How about the MBean?

thanks,
Daniel.