Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.34 KB

RabbitMQ-Tutorial-Perl

The RabbitMQ tutorial at http://www.rabbitmq.com/getstarted.html doesn't include Perl. There is one at https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/perl, but it uses Net::RabbitFoot, which doesn't work with Perl 5.24. It looks like Net::AMQP::RabbitMQ is the most up-to-date Perl module for RabbitMQ, so I'm going to try doing the tutorial with that.

  1. Hello world
  1. Work queues
  1. Publish/Subscribe
  1. Routing
  1. Topics
  1. RPC