\r\n 123\r\n ABC\r\n"); $stomp = new Stomp(SERVER, UN, PW); for($i = 0; $i < 3; $i++) { $stomp->send(TNAME, PAYLOAD, array("amq-msg-type" => "text")); } ?>