IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

JMS publication with large documents

  • 1.  JMS publication with large documents

    Posted 11/02/11 01:44 AM

    Hi all

    I had encountered an issue when publishing a large(~6Mo when converted to XML String) document on the broker. Actually I managed to publish the document but got myself a “java heap space” when trying to receive the JMS Message. The solution I figured out consists in publishing parts of the document as far as it grows, instead of publishing the whole document. Now the question is how can I have an estimation of the size of the part to be published, so that I can compare it with some kind of maximal size and publish it at the right time.


    #Integration-Server-and-ESB
    #Broker-JMS
    #Universal-Messaging-Broker
    #webMethods


  • 2.  RE: JMS publication with large documents