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

era.client.2.4.2.source-code.client_jms_messages.properties Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
# Author: [email protected]
# Since: 1.0.0
# Version: $Id: client_jms_messages.properties 16154 2012-07-14 16:34:05Z colin $
#
# $License$

# This MUST be encoded in ISO-8859-1. To supply characters that are
# not supported by this encoding, use unicode escapes (\uxxxx).
#
# You may also create a separate file with a native encoding, and then
# use the 'native2ascii' tool of the Java Development Kit to convert
# that file into a this message file in ISO-8859-1. The same tool can
# do the reverse conversion using the '-reverse' command-line option.
unexpected_message_to_send.msg=Unable to convert messaging object ''{0}'' to a JMS Message as the server does not support this object type. Ensure that the supplied object type is a supported messaging object and retry operation.
unexpected_message_received.msg=Unable to convert the JMS message ''{0}'' to a messaging object as the server does not support this message type or the object contained in it. Ensure that the supplied message is an expected JMS message type and contains a supported object type and retry operation.
error_converting_message_to_object.msg=Unexpected error converting received message ''{0}'' to a system object. See underlying error for more details.
error_converting_object_to_message.msg=Unexpected error converting system object ''{0}'' to a message. See underlying error for more details.
error_jms_message_conversion.msg=Exception converting message: {0}
order_envelope_to_string.msg=Envelope:'['Order={0},SessionID={1}']'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy