Skip to content

Commit a485e7d

Browse files
committed
Restore exchange prefix logic.
1 parent b5f7b5b commit a485e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stomp/StompContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct($stomp, string $extensionType)
5252
}
5353

5454
$this->extensionType = $extensionType;
55-
$this->useExchangePrefix = true;
55+
$this->useExchangePrefix = ExtensionType::RABBITMQ === $extensionType ? true : false;
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)