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
In your activeMQ.xml
you would have some configuration like this
....
you need to specify a value which is available on your disk,as error clearly mentions there is only 29021 MB of free space you need to set
to a value lesser than your free space
you can do something like
Hope this helps!
Good luck!