Hi, I'm trying to do evented qmf programming in ruby and I can't find documentation on how to do an async method call in ruby using the ruby-qmf module - the one that's autogenerated.
I found some instructions for python though : http://qpid.apache.org/books/0.8/AMQP-Messaging-Broker-CPP-Book/html/ch02s03.html#QMFPythonConsoleTutorial-AsynchronousMethodCallsandMethodTimeouts I tried result=domain.create(:async=>true) but it did not work, it's blocking until the object answers... Help appreciated. Thanks in advance
