|  | @@ -50,8 +50,8 @@ import java.util.Map;
 | 
	
		
			
				|  |  |   * sendData不传name ,默认发送 index=0的队列
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -@Component
 | 
	
		
			
				|  |  | -@ConditionalOnProperty(prefix = "mf.mq", name = "enable", havingValue = "true", matchIfMissing = false)
 | 
	
		
			
				|  |  | +//@Component
 | 
	
		
			
				|  |  | +//@ConditionalOnProperty(prefix = "mf.mq", name = "enable", havingValue = "true", matchIfMissing = false)
 | 
	
		
			
				|  |  |  public class CaeMQ extends CaeViewMFMqDynamic {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public CaeMQ(MFMqConfig mfMqConfig) {
 |