shish vor 6 Jahren
Ursprung
Commit
b4809f68f8
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      common/components/rabbitmq/consumer/InformConsumer.php

+ 0 - 1
common/components/rabbitmq/consumer/InformConsumer.php

@@ -25,7 +25,6 @@ class InformConsumer implements ConsumerInterface
 	{
 	{
 		$data = unserialize($msg->body);
 		$data = unserialize($msg->body);
 		print_r($data);
 		print_r($data);
-		return ConsumerInterface::MSG_ACK;
 		$userType = $data['userType'];
 		$userType = $data['userType'];
 		if ($userType == 'user') {
 		if ($userType == 'user') {
 			$return = InformUserService::consumeInformQueue($data);
 			$return = InformUserService::consumeInformQueue($data);