We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57a76c commit 8009b56Copy full SHA for 8009b56
pkg/mongodb/MongodbContext.php
@@ -114,7 +114,7 @@ public function createSubscriptionConsumer(): SubscriptionConsumer
114
*/
115
public function convertMessage(array $mongodbMessage): MongodbMessage
116
{
117
- $mongodbMessageObj = new MongodbMessage(
+ $mongodbMessageObj = $this->createMessage(
118
$mongodbMessage['body'],
119
JSON::decode($mongodbMessage['properties']),
120
JSON::decode($mongodbMessage['headers'])
0 commit comments