Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T621
Change Details
Change Details
Old
New
Diff
We mainly to be able to connect to the broker, then need at least as first iteration the basic.publish and basic.get methods. All should be async or manually to poll. Nothing should block the thread. **Reference links** * [[ https://github.com/alanxz/rabbitmq-c | rabbitmq-c ]] * [[ https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf | Spec ]] * [[ https://www.rabbitmq.com/amqp-0-9-1-quickref.html | Quick reference of the AMQP methods ]]
We mainly to be able to connect to the broker, then need at least as first iteration the basic.publish and basic.get methods. All should be async or manually to poll. Nothing should block the thread. **Reference links** * [[ https://github.com/alanxz/rabbitmq-c | rabbitmq-c ]] * [[ https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf | Spec ]] * [[ https://www.rabbitmq.com/amqp-0-9-1-quickref.html | Quick reference of the AMQP methods ]]
We mainly to be able to connect to the broker, then need at least as first iteration the basic.publish and basic.get methods. All should be async or manually to poll. Nothing should block the thread. **Reference links** * [[
https://github.com/alanxz/rabbitmq-c | rabbitmq-c ]] * [[ https://www.rabbitmq.com/resources/specs/amqp0-9-1.pdf | Spec ]] * [[ https://www.rabbitmq.com/amqp-0-9-1-quickref.html | Quick reference of the AMQP methods ]]
Continue