Skip to content

Commit

Permalink
Auto ack for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Nov 20, 2012
1 parent 6a0fd13 commit 36c7391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bug_16936.phpt
Expand Up @@ -19,7 +19,7 @@ try {
$stomp->send($queue, $msg); $stomp->send($queue, $msg);


/* subscribe to messages from the queue 'foo' */ /* subscribe to messages from the queue 'foo' */
$stomp->subscribe($queue); $stomp->subscribe($queue, array('ack' => 'auto'));


/* read a frame */ /* read a frame */
$frame = $stomp->readFrame(); $frame = $stomp->readFrame();
Expand Down

0 comments on commit 36c7391

Please sign in to comment.