e.cxf.quarkus-cxf-test-ws-rm-server-native.3.15.2.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-cxf-test-ws-rm-server-native Show documentation
Show all versions of quarkus-cxf-test-ws-rm-server-native Show documentation
The application containing the service for testing re-delivery of dropped messages with WS-ReliableMessaging
quarkus.native.compression.level = 5
# Global WS-RM settings
quarkus.cxf.rm.namespace = http://docs.oasis-open.org/ws-rx/wsrm/200702
quarkus.cxf.rm.retransmission-interval = 6000
quarkus.cxf.rm.acknowledgement-interval = 2000
quarkus.cxf.endpoint."/wsrm".implementor = io.quarkiverse.cxf.it.ws.rm.server.WsrmHelloServiceImpl
quarkus.cxf.endpoint."/wsrm".logging.enabled = true
quarkus.cxf.endpoint."/wsrm".logging.pretty = true