Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • RabbitMQ clients for
  • Perl
    • AnyEvent::RabbitMQ
      • Chosen We use it mostly because it didn't have any pre-requisite software installations.Its 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. It requires our patches to versions 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