Currently, the Service Bus Binder does not support to create topic or queue with any topic options. See more from customer-reported issue: Azure/azure-sdk-for-java#35435
Prepare to support the following two high-priority properties:
- Default message timespan to live value.
- Maximum size of the topic or queue in megabytes, which is the size of memory allocated for the queue.
Next, we wil compare RabbitMQ binder and Kafka binder, and output the conclusion.