README.rdoc

Path: README.rdoc
Last Update: Sun Jan 13 19:28:22 -0500 2013

Qpid - Ruby language bindings for the Qpid messaging framework.

Qpid is an cross-platform enterprise messaging system based on the open-source AMQP protocol.

Version :0.18.0

Links

Documents :qpid.apache.org/

Installation

You can install Qpid with the following command.

  $ gem install qpid_messaging

Building The Native Code

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

Examples

Take a look at the integration tests for examples on how to leverage the messaging capabilities of Qpid in your Ruby applications.

License

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

[Validate]