= Running hello-world.rb = The ruby client includes a simple hello-world example that publishes and consumes a message. You can find this in the examples directory. This example requires a running broker. You can set RUBYLIB to the directories containing the Qpid ruby library and the SASL extension, then run the example from the command line. These are found in the ./lib and ./ext/sasl subdirectories. $ export RUBYLIB=/home/me/qpid/ruby/lib:/home/me/qpid/ruby/ext/sasl $ ./hello-world.rb #, #], @body="Hello World!", @id=#> Alternatively, you can specify the library paths using $ ruby -I: $ ruby -I /home/me/qpid/ruby/lib:/home/me/qpid/ruby/ext/sasl hello-world.rb #, #], @body="Hello World!", @id=#> = Running the Tests = The "tests" directory contains a collection of unit tests for the ruby client. These can be run from the 'ruby' directory with the Rakefile provided: $ rake test