Browse Source

pro切换服务器

xiewj 2 years ago
parent
commit
1ba21fd869

+ 1 - 1
720yun_fd_consumer/gis_consumer/src/main/java/com/gis/listener/Fd720Listener.java

@@ -15,7 +15,7 @@ import org.springframework.stereotype.Component;
  */
 @Slf4j
 @Component
-@RabbitListener(queues = RabbitConfig.PANO_QUEUE) // 指定监听队列
+@RabbitListener(queues = RabbitConfig.PANO_QUEUE,concurrency="1") // 指定监听队列
 public class Fd720Listener {