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 5 Next »

You will need a RabbitMQ client to connect to the UH Message Broker.

  • 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 received no reply when we asked the author about incorporating our SSL patch below.
      • We have created a friendly 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 mailing list.
  • No labels