Skip to content

Can consumers provide annotation configuration? #482

@wangweifan

Description

@wangweifan

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);
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions