for example 
@RabbitListener(queues = "ccs.queue.sync")
public void hello(String id, @Header("jobName") String jobName) {
        System.out.println("Received request for id " + id);
        System.out.println("Received request for job name " + jobName);
}

[ Full content available at: https://github.com/apache/rocketmq/issues/482 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to