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