当前位置: 首页 > 工具软件 > xxl-mq > 使用案例 >

RocketMQ,xxl-job,elasticseach组件简要记录

吴谦
2023-12-01

RocketMQ
@Autowired
@Qualifier(“生产者”)
private RocketMQProducer producer;

消息的监听配置configuration与消费cosumer

组件xxl-job-core-2.3.0.jar,注解@XxlJob实现任务调度


elasticseach
引入org.elasticsearch.client
@Configuration配置
使用elasticSearch提供的语法封装条件
.search检索数据
@Autowired
@Lazy
private RestHighLevelClient client;

 类似资料: