I have a Spring web application which will send and listen on a standalone ActiveMQ. When I start the web application, it shows:
20:12:52.684 [localhost-star
I had the same problem, but placing an activeMQ.xml somewhere on the server isn't the best idea in this case, I think.
When I use an embedded active mq server, I want to keep all configuration in one place (especially in my project/war file).
Now it is possible to set the tempUsage config values directly at broker-bean definition: as described in this link.
For example:
(amq - namespace = http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd)