JiriOndrusek commented on PR #4721: URL: https://github.com/apache/camel-quarkus/pull/4721#issuecomment-1491840469
I fixed majority of issues, there are several unfinished issues: 1. Use of `seda`. I have to find a proper way of using direct instead (with the current noWsrm test, undelivered message blocks direct -> some kind of timeout should fix that) 2 As I made the wsrm test more pranoid. 1 test is failing now. I encountered a similar issue (with missing decoupeling) as you did. Wsrm tests sends `msg1`, which is received, `msg2` is lost, then `msg1` is received again. After that `msg2` is received. Problem is `sequence not set for outbound message, skipped acknowledgement request`. From the short cxf debugging it seems, that I have to configure something more, to fill sequence for [RMOutInterceptor](https://github.com/apache/cxf/blob/main/rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/RMOutInterceptor.java#L104) @ffang Do you know which configuration is missing? (common sense says that acknowledgement is not configured correctly, so send of the message is repeated even if it was delivered) 3. Native execution, I'll try to use suggestion from the above comments to solve native failure? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org