Startup error of embedded ActiveMQ: Temporary Store limit is 51200 mb

后端 未结 2 876
眼角桃花
眼角桃花 2020-12-17 21:35

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         


        
2条回答
  •  囚心锁ツ
    2020-12-17 22:29

    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!

提交回复
热议问题