Keep transaction within Spring Integration flow

后端 未结 2 464
猫巷女王i
猫巷女王i 2020-12-10 19:40

Inboud gateway:



        
2条回答
  •  执念已碎
    2020-12-10 20:12

    One more amazing trick without writing any Java code:

    
    
    
        
    
    
    
        
         
        
    
    

    With this all your direct singlethreaded message flow will be wrapped to the TX on the message sending to the channel input

提交回复
热议问题