Path: | README.rdoc |
Last Update: | Thu Jul 19 12:30:28 +0000 2012 |
Qpid is an cross-platform enterprise messaging system.
Version : | 0.17.0 |
Documents : | qpid.apache.org/ |
You can install Qpid with the following command.
$ gem install qpid
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 (c) 2011, Red Hat, Inc. |
Homepage: | qpid.apache.org |
License: | Apache License 2.0 - www.apache.org/licenses/LICENSE-2.0.html |