wso2esb - Sending large payloads via WSO2 ESB -



wso2esb - Sending large payloads via WSO2 ESB -

i'm trying load testing on wso2 esb, , have soap message big payload i'd send (10+mb, reaching 50 inbound, , 300 outbound).

i'm using curl send messages, first backend sopaui service. goes through fine. when send message via proxy service on esb, curl fails finish uploading file, , gets slower , slower upload progresses. logs esb not seem reporting useful.

i have set timeout on 20 minutes, , still not complete. turning on mtom has no effect, , using simple passthrough proxy. proxy service functions fine little message sizes.

what else can working? if indeed possible.

you seek configure message relay

in repository/conf/axis2.xml, configure :

org.wso2.carbon.relay.binaryrelaybuilder messagebuilder's class associated contenttype (text/xml exemple if soap11 of application/soap+xml soap12) org.wso2.carbon.relay.expandingmessageformatter messageformatter's class

have there : https://docs.wso2.com/display/esb481/message+relay

wso2 wso2esb large-files

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -