提交 f8e623d0 编写于 作者: 街头小贩's avatar 街头小贩

修正PostsPublishEvent丢失的消费者

上级 ff79b32a
......@@ -79,7 +79,7 @@ public class ThronesRedisEventConfig {
return messageConsumer;
}
@Bean
public MessageConsumer<PostsPublishEvent> postsStatsEntryConsumer(
public MessageConsumer<PostsPublishEvent> postsQuoteNoticeConsumer(
@Qualifier("postsPublishQueue") RedisMessageQueue postsPublishQueue,
@Qualifier("postsQuoteNotice") PostsQuoteNoticeListener postsQuoteNotice){
MessageConsumer<PostsPublishEvent> messageConsumer = new com.github.davidmarquis.redisq.consumer.MessageConsumer<>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册