From @bradjorgensen on March 2, 2015 19:21
rejectBasic() doesn't work because it is in the wrong state array in AmqpClient.js. It is in the array for synchronous methods but it is asynchronous so it throws an error.
qosBasic doesn't work because it is not in any of the state arrays in AmqpClient.js.
I am working on a patch to fix these issues.
Copied from original issue: kaazing/kaazing-amqp-0-9-1-client-javascript#16