ActiveMQ問題記錄

2021-08-18 20:22:11 字數 416 閱讀 6089

學習資料:

不管學習什麼新技術、新東西,都要先了解它出現的背景,它解決的問題,它的意義,永遠是第一步,那麼訊息佇列的大背景和意義又在**呢?網上找了篇文章,寫的不錯,

1.activemq啟動的時候,報出埠號占用問題

排查netstat -ano檢視端**動情況,找到對應的埠,tasklist|finstr pid檢視什麼程式在占用!

問題原因:因為我同時裝了rabbitmq,安裝rabbitmq的時候,先安裝了erlang環境,所以erl.exe占用了5672埠號,導致在啟動activemq的時候出錯。解決辦法:要麼停掉erl對埠的使用,要麼更改active/conf/activemq.xml檔案中5672埠號,比如改為5673等其他未被占用的埠號即可。

ios crash問題記錄

1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...

??? nginx lua問題記錄

問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...

sphinx 問題記錄

indexer error while loading shared libraries libmysqlclient.so.18 cannot open shared object file no such file or directory 發現sphinx indexer依賴庫ibmysqlc...