Skip to content

Commit

Permalink
updated puka library link
Browse files Browse the repository at this point in the history
  • Loading branch information
hith3sh authored and alanxz committed May 7, 2024
1 parent 35db135 commit fd69142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SimpleAmqpClient

[SimpleAmqpClient](https://github.com/alanxz/SimpleAmqpClient) is an easy-to-use C++
wrapper around the [rabbitmq-c](https://github.com/alanxz/rabbitmq-c) C library.
It derives inspiration from the [puka](http://majek.github.com/puka/puka.html) AMQP library
It derives inspiration from the [puka](https://github.com/majek/puka) AMQP library
in that it abstracts away the underlying AMQP wire concept of channels and uses them
as an error/consumer scope. This should make writing simple single-threaded AMQP-enabled apps easy.

Expand Down

0 comments on commit fd69142

Please sign in to comment.