Giter Site home page Giter Site logo

amqp-tools's Introduction

AMQP stack for Perl

This repo contains an implementation of the AMQP protocol for Perl.

This is work-in-progress, you might be interested on the very basic TODO list.

The following distributions are available:

  • Parse::AMQP::ProtocolDefinitions: parses the AMQP XML-based protocol definitions;
  • Protocol::AMQP: implements all the AMQP protocol logic;
  • AnyEvent::AMQP: implements all the network code using the AnyEvent stack.

NOTE WELL: We are using Moose because it makes developing faster. After we have a stable codebase, we will start doing performance testing. If Moose turns out to be a bottleneck, we will remove it.

So don't make assumptions that this stack will be Moose-powered forever.

Protocol::AMQP

This class is splitted into several smaller components:

  • Protocol::AMQP::Peer: represents a socket connection to a AMQP peer; handles all the low level network reading and writting, and watches over the socket health;

.... More to come ....

Testing

During development, we are using OpenAMQ broker. Before our first release, I hope to have this code tested on other brokers, most notably RabbitMQ.

OpenAMQ is 0.9.1 compliant, and so that is the version that I'm currently testing with. RabbitMQ uses 0.8.

Author

Pedro Melo [email protected]

Copyright & License

Copyright 2009, 2010 Pedro Melo

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

amqp-tools's People

Contributors

melo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

clkao

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.