spring-boot-rocketmq-starter icon indicating copy to clipboard operation
spring-boot-rocketmq-starter copied to clipboard

Spring Boot Starter for Apache RocketMQ

Results 2 spring-boot-rocketmq-starter issues
Sort by recently updated
recently updated
newest added

consumer如何设置setVipChannelEnabled

支持jdk1.7吗? 看你源代码中有这种写法 Runtime.getRuntime().addShutdownHook(new Thread(() -> { LOGGER.info("producer shutdown"); producer.shutdown(); LOGGER.info("producer has shutdown"); }));