Skip to content

Commit 3bbe57a

Browse files
committed
add more MQTT information to README
Signed-off-by: Lance-Drane <[email protected]>
1 parent ed19b83 commit 3bbe57a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Caveats:
5656
- while you can have a `client` and a `server` application for both systems, you should only have one of the clients talk to the other's server. Don't connect both clients to both servers.
5757

5858

59-
Currently only supports AMQP 0-9-1 as the broker protocol but can potentially support others in the future
59+
Currently only supports AMQP 0-9-1 and MQTT 3-1-1 as the broker protocols, but can potentially support others in the future
6060

6161
## Why Rust?
6262

@@ -148,3 +148,7 @@ Now it's advisable to [run some INTERSECT-SDK examples](https://github.com/INTER
148148
- one exchange for all messages for each application (see `shared-deps/src/protocols/amqp/mod.rs` to get name)
149149
- routing keys will match SDK naming schematics (SOS hierarchy, "." as separator, end with ".{userspace|lifecycle|events}"). The routing key will roughly correspond to the `destination` field in an INTERSECT message, but the `destination` field only exists on userspace messages (event/lifecycle messages do not have a specific destination in mind).
150150
- The queue name is hardcoded to match the name of the application.
151+
152+
## MQTT setup
153+
154+
- follows similar rationale to AMQP, except does not utilize exchanges.

0 commit comments

Comments
 (0)