-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix(ibmmq): make topic field optional #176
fix(ibmmq): make topic field optional #176
Conversation
When destinationType=topic, queue field MUST NOT be present and topic may be defined. Refs asyncapi#169
@rcoppen please have a look at this as well. |
@KhudaDad414 as it involves json schemas, you need to approve too @jonaslagoni yo, pinging you so you know to update asyncapi/spec-json-schemas#239 |
@KhudaDad414 and yeah, when you approve, please merge |
/rtm |
No binding version change? 🤔 |
This reverts commit c175a70.
@jonaslagoni should we revert it and merge it with the version change? 🤔 |
It's backward compatible, but it will be like the required version never existed, so in the optimal world I would say yes 😄 |
@KhudaDad414 @jonaslagoni but this was change in the schema only. The binding spec is correct and says |
Ahh, okay 👍 |
I will update the schema once asyncapi/spec-json-schemas#239 is merged. |
When
destinationType=topic
,queue
field MUST NOT be present and topic MAY be defined.Refs #169
This change is a reaction to #169 (comment) and #169 (comment)