Author |
Message
|
AkankshA |
Posted: Wed Jan 17, 2007 12:02 am Post subject: Maximum size of message |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Hi,
I am working on WBIMB v6 using MQ, HTTP,JMS protocols for communication
Does anyone here have any idea about the maximum size of message which can be sent over these protocols.
For MQ as i understand it depends on max msg size and channel size
What about for JMS and HTTP?? |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Jan 17, 2007 12:42 am Post subject: Re: Maximum size of message |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Akanksha,
Akanksha wrote: |
What about for JMS and HTTP?? |
Why do you think that it will be different when it comes to JMS and HTTP...internally the same MQ Queues are being used.
Regards. |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Jan 17, 2007 1:00 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Agreed that internally everything is MQ
But i was talking about the interfaces here...
just like MQ has a max size there must be some limit by HTTP and jms also...
Or is it that i can send a msg as big as possible |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Jan 17, 2007 1:20 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi Akanksha,
I think you should try it rather than believing us...
But I certainly feel that things like segmentation would have been taken care of...Don't know if this is documented anywhere...
Regards. |
|
Back to top |
|
 |
AkankshA |
Posted: Wed Jan 17, 2007 2:10 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Yes i would be trying that in next 2-3 days
just wanted to know if some limit has already been set
but hey elvis i dint get how can segmentation take care of HTTP transport
over here i was mainly interested in knowing the limits set for transport or rather i would say the limits might not be there by MB but may be by HTTP/JMS???
anyways if i get the values then good else hopefully i shall be able to post the limit next week  |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 17, 2007 2:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm fairly sure that the JMS connections are not mapped underneath to MQ - so the only size limits they will have are a) the limits of the JMS provider itself, and b) the limits of the memory your EG has to handle the data.
HTTPInput does go through MQ between the bipHTTPListener and your flow - I don't know if segmentation is used.... But it's going to take a long long time to send 100MB of data over HTTP, I think. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|