You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "Maxim Y. Tebenev" <mt...@softech.ru> on 2007/03/22 18:17:25 UTC

Configuring chunked/fixed requests for HTTP endpoint

Hi Guys,

Please confirm that my understanding is correct: ServiceMix can handle
chunked/fixed length HTTP requests according to
servicemix-http.streamingEnabled value in component.properties file and it
cannot handle both of them? I mean it can handle only chunked or only fixed.
If so is there any way to handle them both?

Another critical question for us is that can we configure HTTP requests
outgoing from ServiceMix and types of handled requests incoming to
ServiceMix independently from each other?

Thanks in advance!
Best regards, Maxim Tebenev.

-- 
View this message in context: http://www.nabble.com/Configuring-chunked-fixed-requests-for-HTTP-endpoint-tf3449025s12049.html#a9619714
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Configuring chunked/fixed requests for HTTP endpoint

Posted by "Maxim Y. Tebenev" <mt...@softech.ru>.
Hi Guillaume,

Thanks for clarification!

Best regards, Maxim Tebenev.
-- 
View this message in context: http://www.nabble.com/Configuring-chunked-fixed-requests-for-HTTP-endpoint-tf3449025s12049.html#a9637969
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Configuring chunked/fixed requests for HTTP endpoint

Posted by Guillaume Nodet <gn...@gmail.com>.
On 3/22/07, Maxim Y. Tebenev <mt...@softech.ru> wrote:
>
>
> Hi Guys,
>
> Please confirm that my understanding is correct: ServiceMix can handle
> chunked/fixed length HTTP requests according to
> servicemix-http.streamingEnabled value in component.properties file and it
> cannot handle both of them? I mean it can handle only chunked or only
> fixed.
> If so is there any way to handle them both?


This only affect request sent by servicemix-http, not HTTP requests
received.
On reception, both will be handled.

Another critical question for us is that can we configure HTTP requests
> outgoing from ServiceMix and types of handled requests incoming to
> ServiceMix independently from each other?


You mean you want some endpoints sending streamed HTTP requests
 and some other endpoitns sending non chunked requests ?
This is not currently possible, unless you use multiple components
(or modify the code to support that).

Thanks in advance!
> Best regards, Maxim Tebenev.
>
> --
> View this message in context:
> http://www.nabble.com/Configuring-chunked-fixed-requests-for-HTTP-endpoint-tf3449025s12049.html#a9619714
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/