<div dir="ltr">Is it possible to pass a variable to basicQos()?  For example, I assign "int x = 10".  I called on "channel.basicQos(x)".  I tried this but don't see the consumer service being subscribe to the channel.  But if I just hardcode the actual value, then it works.</div>