I work with big messages(about 1mb) and jetty component reads the message
body into camel exchange header. It causes such errors:
WARN header full: java.lang.RuntimeException: Header>6144
So, how can I make jetty component do not put HttpRequest body into headers?
Regards, Evgeniy
body into camel exchange header. It causes such errors:
WARN header full: java.lang.RuntimeException: Header>6144
So, how can I make jetty component do not put HttpRequest body into headers?
Regards, Evgeniy