Giter VIP home page Giter VIP logo

anyevent-rabbitmq's Introduction

This is Perl module AnyEvent::RabbitMQ.

AnyEvent::RabbitMQ is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion.

You can use AnyEvent::RabbitMQ to -

  * Declare and delete exchanges
  * Declare, delete, bind and unbind queues
  * Set QoS
  * Publish, consume, get, ack, recover and reject messages
  * Select, commit and rollback transactions

AnyEvent::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and version 0-8 of the AMQP specification.

INSTALLATION

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

AnyEvent::RabbitMQ documentation is available as in POD. So you can do:

    % perldoc AnyEvent::RabbitMQ

to read the documentation online with your favorite pager.

Masahito Ikuta

anyevent-rabbitmq's People

Contributors

bobtfish avatar clkao avatar cooldaemon avatar masto avatar plu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

anyevent-rabbitmq's Issues

AnyEvent::RabbitMQ swallows authentication errors

When you supply a wrong username or password, the connection error doesn't make it obvious that it's an authentication problem. Currently I have to look into the RabbitMQ logs to find out (and not every client has access to the server's logs).

It would be nice if we could get a proper error message back somehow.

Unable to build on centos 7

[root@docker ~]# docker run -ti centos:7 bash
[root@be9218c3e126 /]# yum -y install git "perl(Module::Install)" > /dev/null 2>&1
[root@be9218c3e126 /]# git clone https://github.com/cooldaemon/AnyEvent-RabbitMQ.git > /dev/null 2>&1
[root@be9218c3e126 /]# cd AnyEvent-RabbitMQ
[root@be9218c3e126 AnyEvent-RabbitMQ]# git checkout 1.03 > /dev/null 2>&1
[root@be9218c3e126 AnyEvent-RabbitMQ]# perl Makefile.PL
include /AnyEvent-RabbitMQ/inc/Module/Install.pm
String found where operator expected at Makefile.PL line 15, near "author_tests 'xt'"
	(Do you need to predeclare author_tests?)
syntax error at Makefile.PL line 15, near "author_tests 'xt'"
Execution of Makefile.PL aborted due to compilation errors.
[root@be9218c3e126 AnyEvent-RabbitMQ]# yum info perl-Module-Install | grep Version
Version     : 1.06
[root@be9218c3e126 AnyEvent-RabbitMQ]# perl -v | grep version
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
[root@be9218c3e126 AnyEvent-RabbitMQ]#

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.