GitXplorerGitXplorer
o

RabbitMQ-Tutorial-Perl

public
8 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
6828fd3cdfd212acd1b0c9bec69f43befc521691

memoize before call

committed 8 years ago
Unverified
27ad875eff01b37e53550877437e0a101bbf97aa

rpc

committed 8 years ago
Unverified
1578646d0455b3cdb06a2a0ab07f3db1476abbad

add rcp client and server

committed 8 years ago
Unverified
36c9f661454fdd270b6b8f80e9a3e90ec54da875

topic logs

committed 8 years ago
Unverified
b762ef12d7f28239f4d5c9edb7e85f45891ae2bd

direct logs

committed 8 years ago
Unverified
f19cc91e9d56a17afe791d0c8f80d8d5a9b80cf8

direct logs

committed 8 years ago

README

The README file for this repository.

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