소스 검색

update docs

master
Savorboard 5 년 전
부모
커밋
2e9b02d70b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/user-guide/api-interface.md

+ 2
- 2
docs/user-guide/api-interface.md 파일 보기

@@ -188,8 +188,8 @@ In RabbitMQ, the application will create Persistent Exchange and Queue at the **

There are two ways to solve this `message lost` issue in RamitMQ:

*i.* Before the deployment of your application,you can create durable Exchange and Queue in RabbitMQ by hand,the default names them are (cap.default.topic, cap.default.group).
* Before the deployment of your application,you can create durable Exchange and Queue in RabbitMQ by hand,the default names them are (cap.default.topic, cap.default.group).

*ii.* Run all instances in advance to ensure that both Exchange and Queue are initialized.
* Run all instances in advance to ensure that both Exchange and Queue are initialized.

It is highly recommanded that users adopt the second way,because it is easier to achieve.

불러오는 중...
취소
저장