This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Sep 4, 2009 12:54 PM by Garet Cammer  
Diarmuid Linehan Newbie 5 posts since
Jun 8, 2009
Currently Being Moderated

Sep 4, 2009 12:33 PM

Query on Message size limit

Hi,

 

Typically what is the upper limit of SOAP message size (e.g. for JobSubmit) supported by PG Messaging API?

 

Also, are there any more specific limitations in terms of the constituents of a request?

 

E.g. in the case of a JobSubmit Request where CFS-stored files are referenced in the DocumentSet, is there a specific limit on number of files that can be referenced and/or on number of Message elements contained in the SOAP message?

 

Thanks in advance,
Diarmuid

Garet Cammer PGiGenius 321 posts since
Sep 17, 2008
Currently Being Moderated
Sep 4, 2009 12:54 PM in response to: Diarmuid Linehan
Re: Query on Message size limit

There are no rigid limits to the SOAP message size or the number of documents that can be sent in a single JobSubmit. We do not impose a timeout via our web service, although other external components of the system (proxy servers, etc) may impose limits.

However, there are some Best Practices that we recommend. Since the larger the message, the longer it will take to send and to process, there is little advantage to including more than one document set / destination set per JobSubmit. That is, if you have separate documents to separate destinations, it is best to create separate JobSubmits. They have a better chance of getting distributed in parallel, therefore shorter delivery times.

If you give us some more details about your application, with some specific numbers and possible trade-offs, we can be more specific in our recommendations.

More Like This

  • Retrieving data ...