Solace operation binding
Contains information about the channel representation in Solace.
Structure
Examples
json
{
"bindingVersion": "0.2.0",
"destinations": [
{
"destinationType": "queue",
"queue": {
"name": "sampleQueue",
"topicSubscriptions": [
"samples/*"
],
"accessType": "nonexclusive"
}
},
{
"destinationType": "topic",
"topicSubscriptions": [
"samples/*"
]
}
]
}
Changelog
Good news, nothing was changed