diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties b/java/sca/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties index be26a615dd..2f1048e601 100644 --- a/java/sca/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties +++ b/java/sca/modules/binding-jms/src/main/resources/binding-jms-validation-messages.properties @@ -37,5 +37,11 @@ MustStartWithSchema = URI must start with the scheme 'jms:' for uri: {0} InvalidCorrelationScheme = Invalid correlationScheme: {0} UnexpectedElement = Incomplete binding.jms definition found unexpected element: {0} UnexpectedResponseElement = Incomplete binding.jms/response definition found unexpected element: {0} +InvalidJMSDeliveryMode = Invalid JMSDeliveryMode: {0} +InvalidJMSPriority = Invalid JMSPriority: {0} +MissingJMSOperationPropertyName = Missing JMSOperationProperty Name +InvalidOPJMSDeliveryMode = Invalid OPJMSDeliveryMode: {0} +InvalidOPJMSPriority = Invalid OPJMSPriority: {0} + |