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
Describe the feature request
Similar to
payloadTypeI would like to have an auto-detection feature forchannelName. 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#queuesand@AsyncOperation#channelName