camel-smpp component doesn't support sms messages longer than 254 symbols. --------------------------------------------------------------------------
Key: CAMEL-4170 URL: https://issues.apache.org/jira/browse/CAMEL-4170 Project: Camel Issue Type: Bug Components: camel-smpp Affects Versions: 2.6.0 Reporter: Justas Exception is thrown when trying to send sms messages longer than 254 characters. According to smpp specification: The short message data should be inserted in either the short_message or message_payload fields. Both fields must not be used simultaneously. Camel-smpp producer always sets short_message field. short_message max length is 254 octets, while message_payload can be up to 64K. camel smpp producer should set the correct smmp fields according to message length. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira