コード例 #1
0
 /**
  * @param OutgoingPhysicalMessage $message
  * @param UnicastAddressTag       $addressTag
  */
 private function sendMessage(OutgoingPhysicalMessage $message, UnicastAddressTag $addressTag)
 {
     $attributes = $this->messageConverter->composeRabbitMqAttributes($message);
     $this->routingTopology->send($this->brokerModel, $addressTag->getDestination(), $message->getBody(), $attributes);
 }