Exemplo n.º 1
0
 /**
  * @param string $body
  * @param string $routingKey
  * @param array  $properties
  */
 public function publish($body, $routingKey = null, array $properties = array())
 {
     $this->exchange->publish($body, $routingKey, $properties);
 }