We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c1951 commit ae33713Copy full SHA for ae33713
1 file changed
README.md
@@ -10,9 +10,11 @@ msgflo-cpp is written in C++11 and is built on top of [AMQP-CPP](https://github.
10
11
## Status
12
13
-*Experimental*
+*Working prototype*
14
15
-* Basic support for setting up and running Participants with AMQP/RabbitMQ transport
+* Basic Participant support, sends discover
16
+* Supports AMQP/RabbitMQ and MQTT transports
17
+* Not used in production yet
18
19
## Usage
20
@@ -26,3 +28,11 @@ See [./examples/repeat.cpp](./examples/repeat.cpp)
26
28
## License
27
29
30
MIT, see [./LICENSE](./LICENSE)
31
+
32
+## TODO
33
34
+0.1
35
36
+* Fix missing port identifier in process()
37
+* Remove boost dependency
38
+* AMQP: Implement NACK
0 commit comments