今、私はこのようにすることができます:
@RabbitListener(queues = {ENTITY_KEY + "-snapshots", ENTITY_KEY + "-updates"})
public void handleMessage(ProviderOddsOffer offer, @Header("update_type") Long updateType) {
...
}
アノテーション自体でキューを宣言せずにそれを行うことはできますか?
今、私はこのようにすることができます:
@RabbitListener(queues = {ENTITY_KEY + "-snapshots", ENTITY_KEY + "-updates"})
public void handleMessage(ProviderOddsOffer offer, @Header("update_type") Long updateType) {
...
}
アノテーション自体でキューを宣言せずにそれを行うことはできますか?