jboss - EAP 7 What is the default Quality-Of-Service of a JMS Bridge? -


the docu mentioning 3 options: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/pdf/configuring_messaging/red_hat_jboss_enterprise_application_platform-7.0-configuring_messaging-en-us.pdf

but default value? (i assume at_most_once please confirm) at_most_once duplicates_ok once_and_only_once

yes. default value at_most_once. can verify using cli command

[standalone@localhost:9990 /] /subsystem=messaging-activemq/jms-bridge=my-jms-bridge:read-attribute(name=quality-of-service,include-defaults=true,resolve-expressions=true) { "outcome" => "success", "result" => "at_most_once" }


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -