We are using amqps protocol to send messages to SB(on premise) and getting this error when seding messages bigger then 256kb. I dont know if this msg is coming from service bus itself or from the Apache camel framework that we are using.
The SB is on premise so it doesnt have the 256kb limitation.
Here is the error:
amqp:link:message-size-exceeded�wThe received message (delivery-id:0, size:327565 bytes) exceeds the limit (262144 bytes) currently allowed on the link.@t amqp:rejected:list
microsoft:tracking-id�Vb89f60cc17644706947ab00f48610c81_GT-DOR-HN-SB-01_BT-DOR-HN-SB-03;53174:1605860:1605861
It may look like the message is generated in service bus since its returning a microsoft:tracking-id.
Please help to solve this problem.