micronaut-projects / micronaut-jms

Integration between Micronaut and JMS
Apache License 2.0
14 stars 14 forks source link

Support dynamic destination for producer method #412

Open CoderYellow opened 1 year ago

CoderYellow commented 1 year ago

Feature description

@Topic and @Queue shoud support method param, it is convenient when we have multiple queues/topics share same method

CoderYellow commented 1 year ago

it's better to support consumer too.