Example on using MetaDataRoutingStrategy

Hi,
I do see that there is a routing strategy through with I can route using MetaData in Command but could not find any example on the same. Can anyone help me out with the same.
Saibal

Check the reference guide for the configuration of the specific router you wish to use (JGroups / Spring Cloud). Then, instead of using an AnnotationRoutingStrategy, simply instantiate a MetaDataRoutingStrategy.

Cheers,

Allard