-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed as not planned
Labels
Description
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?
- I have read the Contributing Guidelines
Are you willing to work on this issue?
None