Solace spring cloud stream support

Hi @akg17,
In the Solace Cloud Stream binder it’s important to keep in mind that it is always publishing to topics and consuming from queues. So your Supplier config above would publish to the uppercase topic and your Consumer config above would actually create a queue that subscribes to the uppercase topic. I would expect that your Consumer is actually receiving the events sent by your publisher.