Skip to content

Commit

Permalink
Changed k_DEFAULT_SUBSCRIPTION_ID to k_DEFAULT_SUBQUEUE_ID
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Dave <amidavegithub@gmail.com>
  • Loading branch information
ADTmux authored and pniedzielski committed Apr 9, 2024
1 parent 18b9adc commit b55cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqbblp/mqbblp_relayqueueengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ bool RelayQueueEngine::subscriptionId2upstreamSubQueueId(
if (subscriptionId == bmqp::Protocol::k_DEFAULT_SUBSCRIPTION_ID) {
BSLS_ASSERT_SAFE(d_apps.find(bmqp::QueueId::k_DEFAULT_SUBQUEUE_ID) !=
d_apps.end());
*subQueueId = bmqp::Protocol::k_DEFAULT_SUBSCRIPTION_ID;
*subQueueId = bmqp::QueueId::k_DEFAULT_SUBQUEUE_ID;
}
else {
const Routers::SubscriptionIds::SharedItem itId =
Expand Down

0 comments on commit b55cfb9

Please sign in to comment.