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