Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

  • RabbitMQ clients for
  • Perl
    • AnyEvent::RabbitMQ
      • We use it mostly because it didn't require us to install other software.
      • However, its author seems to have abandoned it
      • We have created a friendlier RabbitMessaging module that uses AnyEvent::RabbitMQ. To use it:
    • Net::STOMP::Client
      • Recommended by someone in the rabbitmq-discuss mailing list, its author is active in this list.
    • POE::Component::Client::AMQP
      • Also mentioned in rabbitmq-discuss
  • No labels