Skip to content

liuhaobupt/rabbitmq_work_queues_demo-with-rabbit-c-client-lib

Repository files navigation

I write a demo like the rabbitmq work-queues tutorials(http://www.rabbitmq.com/tutorials/tutorial-two-python.html) with rabbitmq-c lib

rmq_new_task.c is to new_task.py
rmq_worker.c is to worker.py

other files is from the rabbitmq-c source files.

You need the librabbitmq.a to compile the project.

newer:
a demo like the routing(http://www.rabbitmq.com/tutorials/tutorial-four-python.html) with rabbitmq-c lib

emit_log_direct.c is to emit_log_direct.py
receive_logs_direct.c is to receive_logs_direct.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages