All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.cxf.quarkus-cxf-test-ws-rm-server-native.3.15.2.source-code.application.properties Maven / Gradle / Ivy

Go to download

The application containing the service for testing re-delivery of dropped messages with WS-ReliableMessaging

There is a newer version: 3.15.0
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy