Auto ack for this test

v1.1
Pierrick Charron 2012-11-20 17:34:51 -05:00
parent 6a0fd1393f
commit 36c7391402
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ try {
$stomp->send($queue, $msg);
/* subscribe to messages from the queue 'foo' */
$stomp->subscribe($queue);
$stomp->subscribe($queue, array('ack' => 'auto'));
/* read a frame */
$frame = $stomp->readFrame();