wangweifan opened a new issue #482: Can consumers provide annotation 
configuration?
URL: https://github.com/apache/rocketmq/issues/482
 
 
   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);
   }

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to