diff options
| author | Ted Ross <tross@apache.org> | 2011-07-15 17:02:43 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2011-07-15 17:02:43 +0000 |
| commit | b72020acda57435bf90c9f361870b4b32ee3f2d7 (patch) | |
| tree | fd9b6375e08340d95a02ff55773bf1298eb1e3f3 /cpp/bindings/qpid/ruby/lib/qpid.rb | |
| parent | e8b8d7c56f0b279fc28db575e4e77cc79ed61f5c (diff) | |
| download | qpid-python-b72020acda57435bf90c9f361870b4b32ee3f2d7.tar.gz | |
QPID-3306 - Provides a more Ruby-like set of APIs on top of the bindings created by swig.
Applied patch from Darryl Pierce
Created the Session class and its unit tests.
The Session class is packaged as follows:
Qpid::Messaging::Session
A Session can create a Sender or a Receiver endpoint.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1147247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/ruby/lib/qpid.rb')
| -rw-r--r-- | cpp/bindings/qpid/ruby/lib/qpid.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/ruby/lib/qpid.rb b/cpp/bindings/qpid/ruby/lib/qpid.rb index 3edb65c08f..65e6393bbe 100644 --- a/cpp/bindings/qpid/ruby/lib/qpid.rb +++ b/cpp/bindings/qpid/ruby/lib/qpid.rb @@ -24,4 +24,5 @@ require 'qpid/encoding' require 'qpid/message' require 'qpid/sender' require 'qpid/receiver' +require 'qpid/session' |
