Skip to content

Commit d979575

Browse files
committed
Fixing thread-unsafe QueueMgr and SchemaLeaneruse
Signed-off-by: dorjesinpo <[email protected]>
1 parent 062d6b0 commit d979575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groups/bmq/bmqimp/bmqimp_queuemanager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ QueueManager::observePushEvent(bmqt::CorrelationId* correlationId,
294294
const bmqp::EventUtilQueueInfo& info)
295295
{
296296
// Update stats
297-
const QueueSp queue = lookupQueueBySubscriptionIdLocked(
297+
const QueueSp queue = lookupQueueBySubscriptionId(
298298
correlationId,
299299
subscriptionHandleId,
300300
info.d_header.queueId(),

0 commit comments

Comments
 (0)