You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/09/30 02:39:26 UTC

[GitHub] wangweifan opened a new issue #482: Can consumers provide annotation configuration?

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:
users@infra.apache.org


With regards,
Apache Git Services