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: docs/documentation/eventmesh/pluginamqp.md
+107-1Lines changed: 107 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,110 @@ The ZIP file can be downloaded [here]().
26
26
27
27
## Quick start
28
28
29
-
TODO
29
+
Once you have an up and running EventMesh server with `ProtocolAmqp` plugin enabled, you can start using any client compliant with the AMQP 1.0 protocol.
30
+
31
+
### Configure client and VPN
32
+
33
+
Before going further, a Virtual Private Network (VPN) and two clients must be configured.
34
+
Those information will be used to publish message and subscribe to one or more topic.
35
+
36
+
Open a command prompt and create a topic named `default` :
0 commit comments