Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • From the RabbitMQ website:
  • Perl
    • AnyEvent::RabbitMQ (customized by us)
      • We chose it mostly because it didn't require us to install additional software. However, it seems that its author has abandoned it. We ; we received no reply when we asked to an inquiry about incorporating our SSL patch below.
      • We have created a friendly module named RabbitMessaging that uses AnyEvent::RabbitMQ. Here's how to use itIt is much friendlier, but probably at the expense of AnyEvent functionality. To use RabbitMessaging:
      • You are also welcome to use our AnyEvent::RabbitMQ patches without our RabbitMessaging module.
    • 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 mailing list.