Folks, In my /etc/activemq/activemq.xml I've got this defined:
<kahaDB directory="/var/log/activemq/activemq-data/amq-prod-1" ... /> and that's where the data files are written: $ ls /var/log/activemq/activemq-data/amq-prod-1 db-342.log db-343.log db-344.log db-345.log db-380.log db-381.log db.data db.redo lock scheduler So why does the attribute "DataDirectory" for org.apache.activemq:type=Broker,brokerName=amq-prod-1 list only "/var/log/activemq/activemq-data/" as the path? The description for the attribute is "The location of the data directory" which, I suppose, could be ambiguous and mean "the directory under which the data directory resides," but if that's correct then I'm surprised at the decision. Jim