send($destination, $body); if( $i%1000 == 0 ) { echo "Sent ".$i." messages\n"; } } $stomp->send($destination, "SHUTDOWN"); } catch(StompException $e) { echo $e->getMessage(); }