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