auto-detect "channelName"
Describe the feature request
Similar to payloadType I would like to have an auto-detection feature for channelName. The channelName can be derived from @RabbitListener(queues = XXX) or @RabbitListener(queuesToDeclare = XXX) or @RabbitListener(bindings = XXX) automatically.
Motivation Keep DRY-Principle.
Technical details
Should be possible similar to payloadType.
Describe alternatives you've considered
Repeating the configuration in @RabbitListener#queues and @AsyncOperation#channelName
anybody ?
Sounds like a good addition to Springwolf. We will have a look into it once our tim allows it.
Feel free to look into it yourself and contribute it as a PR. The plugin system can be used as a starting point.