L.S.,

With the in-only MEP, no data is returned in the HTTP response, only the response header is sent back to the client (e.g. the 202 - HTTP_STATUS_ACCEPTED status code)


Gert

Lukasz L. wrote:
The workaround for this problem was in my case to get input stream on client
side e.g. like this:
[...] sender.close();
InputStream inputStream = connection.getInputStream();
inputStream.close();

Jetty error still occurs in the log file, but the message is now routed to
jms component. Without it message wasn't forward by http component.

This is very strange, as MEP is set to in-only so http-component should only
accept input. And it seems that Jetty doesn't send anything back, client can't read
anything even if we try it, but on the other side jetty seems to send HTTP
202 code.
How in-only MEP is emulated over http protocol?


Reply via email to