ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SOAPInput and SOAPRequest - Message Length Limit ?

Post new topic  Reply to topic
 SOAPInput and SOAPRequest - Message Length Limit ? « View previous topic :: View next topic » 
Author Message
shashivarungupta
PostPosted: Thu Jun 14, 2018 12:13 pm    Post subject: SOAPInput and SOAPRequest - Message Length Limit ? Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Hi,

This is to find out what's the Message Length restrictions (Max message size) when we use SOAPInput and SOAPRequest nodes ?

Are these nodes still use MQ Queue underneath the platform, if Broker is configured with MQ?

Product: IIBv10
MQ:v7.5

::

Thank You.
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
fjb_saper
PostPosted: Thu Jun 14, 2018 6:44 pm    Post subject: Re: SOAPInput and SOAPRequest - Message Length Limit ? Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20695
Location: LI,NY

shashivarungupta wrote:
Hi,

This is to find out what's the Message Length restrictions (Max message size) when we use SOAPInput and SOAPRequest nodes ?

Are these nodes still use MQ Queue underneath the platform, if Broker is configured with MQ?

Product: IIBv10
MQ:v7.5

::

Thank You.

It depends if you set your soap nodes to use the embedded listener or not.
If not they use the broker wide listener and this means the MQ limit is in place as the messages transits through MQ...

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Sun Jun 17, 2018 4:06 pm    Post subject: Re: SOAPInput and SOAPRequest - Message Length Limit ? Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

fjb_saper wrote:
shashivarungupta wrote:
Hi,

This is to find out what's the Message Length restrictions (Max message size) when we use SOAPInput and SOAPRequest nodes ?

Are these nodes still use MQ Queue underneath the platform, if Broker is configured with MQ?

Product: IIBv10
MQ:v7.5

::

Thank You.

It depends if you set your soap nodes to use the embedded listener or not.
If not they use the broker wide listener and this means the MQ limit is in place as the messages transits through MQ...

Have fun


Yes, we are using embedded listener for soap and http nodes.
Having said that, did that signify that it wont matter in terms of the size of incoming or outgoing message i.e. no message size limit ( no max message length) ?

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Sun Jun 17, 2018 10:39 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

It means that if the nodes complain about payload size, you're using the wrong protocol.

You probably still can't pass a 2 gb file as an attachment. But you shouldn't send a 2 gb file as an attachment to a web call.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Mon Jun 18, 2018 11:07 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Vitor wrote:
It means that if the nodes complain about payload size, you're using the wrong protocol.

Or protocol is right but message is outside the Supported limit of the size of that message.
And the original question was to find out the Supported limit of size of message for SOAP nodes.

Vitor wrote:
You probably still can't pass a 2 gb file as an attachment. But you shouldn't send a 2 gb file as an attachment to a web call.

Yes, I agree, that the processing of a file or a message (within certain limit of size), should be taken care way before it's implementation i.e. during solution.
It's to clarify here that original question wasn't about SOAP with Attachment, though it was to figure out the limit of size of (SOAP) message (not via File) that the SOAPInput or SOAPRequest can accept.


_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
shashivarungupta
PostPosted: Wed Jun 20, 2018 10:59 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

As per my findings with IBM, "There is no limit for the Message Length for both SOAPInput and SOAPRequest." , in case you're using Embedded Listener for SOAP nodes. But still IBM have requested if any issues they will seek traces/logs to figure out the issues with message length.
Hope this help the community here.

_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Jun 20, 2018 11:54 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

shashivarungupta wrote:
As per my findings with IBM, "There is no limit for the Message Length for both SOAPInput and SOAPRequest." , in case you're using Embedded Listener for SOAP nodes. But still IBM have requested if any issues they will seek traces/logs to figure out the issues with message length.
Hope this help the community here.


What I was getting at is there's probably no documented limit but there may be an implementation specific technical one. However, a message long enough to hit any limit shouldn't be sent over soap
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
shashivarungupta
PostPosted: Thu Jun 21, 2018 10:57 am    Post subject: Reply with quote

Grand Master

Joined: 24 Feb 2009
Posts: 1343
Location: Floating in space on a round rock.

Vitor wrote:

..there's probably no documented limit but there may be an implementation specific technical one..


if there is 'technical one' then that shouldn't it be 'documented limit'? Cause in most cases, that's what happen, isn't it?
Or you meant to say, 'documented limit' is not the 'technical one' and they differ?
_________________
*Life will beat you down, you need to decide to fight back or leave it.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Fri Jun 22, 2018 12:07 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

No, I mean there's a technical limit which hasn't come up in any of IBM's test cases and thus isn't documented. This isn't a common thing.

I'm sure your experience will aid and improve the documents
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » SOAPInput and SOAPRequest - Message Length Limit ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.