Ticket #55 (new enhancement)

Opened 2 years ago

provide a tasker to parse the multipart mime ebxml user message.

Reported by: sacha Assigned to: sacha
Priority: major Milestone: general-future
Component: message-service-handler Version: pre-first-version
Keywords: Cc:

Description

potentially a mime library in C/C++ will do this job just fine just a few times faster then the ruby implementation. So potentially have a tasker for it.

Potentially we can do if the receiving ebXML message is larger than say 50K then use the tasker else use the ruby method that does it in memory.