You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ this software support following features
19
19
3. message timeout
20
20
4. topic Partition
21
21
5. message tracking(planning)
22
-
6. encrypt Communication(planning)
22
+
6. encrypt Communication
23
23
7. load balanc(planning)
24
24
8. message get time
25
25
9. message subcribe
@@ -38,6 +38,7 @@ this software support following features
38
38
22. http verification
39
39
23. email notify
40
40
24. sms notify(plan)
41
+
25. permission control
41
42
42
43
## install
43
44
@@ -108,6 +109,8 @@ database you need to open the database matching fields and tables are consistent
108
109
109
110
## other problems
110
111
You can refer to the document under the docment directory. It contains API protocol and service description.
112
+
#### Compiler Options
113
+
When __XENGINE_MESSAGEQUEUE_BUILD_SWITCH_PERMISSION__ == 1, permission control can be enabled. Only users with administrator privileges can operate critical permissions, and this is mainly intended for HTTP interfaces
0 commit comments