Skip to content

Commit

Permalink
RPC Reply Queue (PDO): Fix table not being created correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenJB committed Oct 23, 2019
1 parent d3c3209 commit aa6b872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pdo/ReplyQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function __construct(?string $name, \PDO $pdo, \DateTimeZone $dbTz)

if (($name ?? "") === "") {
$name = "_rpc_replies";
$this->name = $name;
$this->setCorrelationId(Uuid::uuid4()->getHex());
$this->declareQueue();
}
Expand Down

0 comments on commit aa6b872

Please sign in to comment.