Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-rabbitmq
-
Labels:None
-
Estimated Complexity:Unknown
Description
Current RabbitMQ component allows to create bindings using only routing keys. It would be good to provide a way to also create bindings for headers exchange. Some info about it: http://stackoverflow.com/questions/19240290/how-do-i-implement-headers-exchange-in-rabbitmq-using-java/19534597
The ArgsConfigurer is to be deprecated in favour of a Map<String, Object>.
Examples of usage would also be good.
Supersedes CAMEL-10483