Daniel Pocock created CAMEL-8013:
------------------------------------
Summary: split messages and throttling
Key: CAMEL-8013
URL: https://issues.apache.org/jira/browse/CAMEL-8013
Project: Camel
Issue Type: Bug
Components: camel-smpp
Affects Versions: 2.14.0
Environment: n/a
Reporter: Daniel Pocock
Priority: Minor
Some locations, including the US, impose throttling restrictions on SMS
Sending more than 1 message per second may violate the throttling rules and
result in message delivery errors.
If a message is big and it is automatically split by the camel-smpp code (in
SmppSubmitSmCommand.java) then this results in a situation where multiple
message parts are sent in quick succession, this can violate the throttling
limits.
It would be useful for camel-smpp to send each part with a delay.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)