From 2e9b02d70b6d7b65fa174ebe1a7ec2fd6ba8c9c0 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Mon, 11 Feb 2019 10:46:59 +0800 Subject: [PATCH] update docs --- docs/user-guide/api-interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/api-interface.md b/docs/user-guide/api-interface.md index ceff0c3..acc9096 100644 --- a/docs/user-guide/api-interface.md +++ b/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.