Qpid is an cross-platform enterprise messaging system based on the open-source AMQP protocol.
- Version
-
0.20.0
- Documents
You can install Qpid with the following command.
$ gem install qpid_messaging
The Qpid gem requires that you have available the Qpid libraries and development header files. To install them, please see:
cwiki.apache.org/qpid/developer-pages.html
If you are building the gem within the Qpid development environment itself, you can specify the location of the Qpid headers and libraries with:
$ ruby extconfig.rb –with-qpid-lib=[path to libqpidclient.so, etc.] $ make
Take a look at the integration tests for examples on how to leverage the messaging capabilities of Qpid in your Ruby applications.
Licensed to the Apache Software Foundation (ASF) under one or more contributor licensing agreements.
- Author
-
Darryl L. Pierce (dpierce@redhat.com)
- Copyright
-
Copyright © 2011, Red Hat, Inc.
- Homepage
- License
-
Apache License 2.0 - www.apache.org/licenses/LICENSE-2.0.html