On 07/02/17 20:40, pqvchen1 wrote:
I'm trying to figure out if QPID Messaging API supports AMQP 1.0 for ruby? the document only says it supports multiple language and version 1.0, 0-10. So Not sure if the ruby sample given in this link : https://qpid.apache.org/releases/qpid-0.32/index.html is for AMQP 1.0?
The ruby qpid messaging client is a swigged wrapper around the c++ implementation of the API, and the c++ supports 1.0.
However, I'm not sure what the state of the ruby binding is at present. I've not really used much and not for a very long time. Trying now I was unable to get the examples to run at all.
The .rb files don't seem to get installed, just the .so file. The qpid_messaging.rb file also requires cqpid, whereas the .so is cqpid_ruby. Modifying the qpid_messaging.rb asa qcuik test, I then got unresolved symbol errors. Is there perhaps supposed to be some other component that bridges between these?
Anyone else more familiar with how to run the ruby stuff? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
