retupmoca / P6-Net-AMQP

MIT License
6 stars 4 forks source link

Implement "basic.ack" #8

Closed jonathanstowe closed 8 years ago

jonathanstowe commented 8 years ago

Hi, I'm just working through the RabbitMQ tutorial examples to make Perl 6 versions, so will probably be adding a few of these for NYI functionality.

First up is "basic.ack" which is used in the http://www.rabbitmq.com/tutorials/tutorial-two-python.html I'll be implementing it in Channel (where it seems most of the basic.* things are currently implemented.)