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] Add support for queue names #365

Open
2 tasks done
gvensan opened this issue Jan 27, 2025 · 0 comments
Open
2 tasks done

[FEATURE] Add support for queue names #365

gvensan opened this issue Jan 27, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@gvensan
Copy link
Collaborator

gvensan commented Jan 27, 2025

Why do we need this improvement?

Solace Event Portal's asyncapi includes queue name and subscriptions. Would like to have them captured in the application configuration in-line with spring-cloud-stream conventions.

How will this change help?

Support for queues, in addition to the existing topic-based messaging.

Screenshots

No response

How could it be implemented/designed?

From the binder's destination specification, you would be able to collect queue and subscription information.

{
"destinationType": "queue",
"queue": {
"name": "CS:New Orders",
"topicSubscriptions": ["coffeeshop/order/new/v1////"]
}
}

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

None

@gvensan gvensan added the enhancement New feature or request label Jan 27, 2025
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