nServiceBus with large XML messages
        Posted  
        
            by Sean
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sean
        
        
        
        Published on 2010-05-04T13:04:38Z
        Indexed on 
            2010/05/04
            13:08 UTC
        
        
        Read the original article
        Hit count: 664
        
nservicebus
|msmq
Hello, I have read about the true messaging and that instead of sending payload on the bus, it sends an identifier. In our case, we have a lot of legacy apps/services and those were designed to receive the payload of messages (xml) that is close to 4MB (close MSMQ limit). Is there a way for nService bus to handle large payload and persist messages automatically or another work-around, so that the publisher/subscriber services don't have to worry neither about the payload size, nor about how to de/re-hydrate the payload? Thank you in advance.
© Stack Overflow or respective owner