AMQPChannel::confirmSelect PHP 메소드

confirmSelect() 공개 메소드

Set the channel to use publisher acknowledgements. This can only used on a non-transactional channel.
public confirmSelect ( )
    public function confirmSelect()
    {
    }

Usage Example

예제 #1
0
 /**
  * @inheritdoc
  */
 public function confirmSelect()
 {
     $this->channel->confirmSelect();
 }