Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
-
Unknown
Description
I can' use some rabbitMq parameter eg: x-max-priority please provide an working exemple.
It was before possible doing that using deprecated parameter &queueArgsConfigurer=#rabbitMqQueueArgsConfigurer
@Bean("rabbitMqQueueArgsConfigurer") public ArgsConfigurer rabbitMqQueueArgsConfigurer() { return map -> map.put("x-max-priority", 10); }
See this one:
https://stackoverflow.com/a/44651087/4271976
Attachments
Issue Links
- links to