Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Partitioned Queue Browsing Support #5

Open
nicholasdgoodman opened this issue Nov 18, 2024 · 0 comments
Open

[Feature]: Partitioned Queue Browsing Support #5

nicholasdgoodman opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nicholasdgoodman
Copy link
Collaborator

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.

@nicholasdgoodman nicholasdgoodman added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant