-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request