# File lib/protocols/stomp.rb, line 120
120:                         def subscribe dest, ack=false
121:                                 send_frame "SUBSCRIBE", {:destination=>dest, :ack=>(ack ? "client" : "auto")}
122:                         end