You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to browse a PQ just the same as a normal queue, possibly exposing message / partition information for each.
Use Case
Partitioned queues cannot currently be browsed by the conventional Solace API, so many customers have requested that an external utility has this capability.
Proposed Solution
This capability would only apply to replay-enabled brokers. After creating a temporary browsing queue, additional SEMP calls are necessary to scan each individual partition for an RGMID start point for replay. After the minimum is found for each partition, the reply on the temp queue can initiate from there.
The text was updated successfully, but these errors were encountered:
Feature Description
Add the ability to browse a PQ just the same as a normal queue, possibly exposing message / partition information for each.
Use Case
Partitioned queues cannot currently be browsed by the conventional Solace API, so many customers have requested that an external utility has this capability.
Proposed Solution
This capability would only apply to replay-enabled brokers. After creating a temporary browsing queue, additional SEMP calls are necessary to scan each individual partition for an RGMID start point for replay. After the minimum is found for each partition, the reply on the temp queue can initiate from there.
The text was updated successfully, but these errors were encountered: