Can you be more specific about what is failing where? We process over 100,000 multi-megabyte messages per day and have never hit this sort of an issue.
> On Jun 22, 2018, at 1:20 AM, Tunikov, Eugeniy <eugeniy.tuni...@cgm.com> wrote: > > We are routing messages to service bus. And getting error when trying to send > messages bigger then 256kb. > Error{condition=message-size-exceeded,description=The received message > (delivery-id:0, size:327565 bytes) exceeds the limit (262144 bytes) currently > allowed on the link.} > And also exception saying that link has been detached. > Is this message soming from service bus or from camel framework? And how can > I solve it? > > Thanks >