Skip to content

Commit ae33713

Browse files
committed
README: Update status+TODO
1 parent 77c1951 commit ae33713

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ msgflo-cpp is written in C++11 and is built on top of [AMQP-CPP](https://github.
1010

1111
## Status
1212

13-
*Experimental*
13+
*Working prototype*
1414

15-
* Basic support for setting up and running Participants with AMQP/RabbitMQ transport
15+
* Basic Participant support, sends discover
16+
* Supports AMQP/RabbitMQ and MQTT transports
17+
* Not used in production yet
1618

1719
## Usage
1820

@@ -26,3 +28,11 @@ See [./examples/repeat.cpp](./examples/repeat.cpp)
2628
## License
2729

2830
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

Comments
 (0)