You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
}