[
https://issues.apache.org/jira/browse/CAMEL-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322056#comment-14322056
]
Daniel Pocock commented on CAMEL-8013:
--------------------------------------
I'm not aware of any work under way to resolve this.
As a workaround, people can use the message splitting polices introduced in
CAMEL-8116 to ensure that messages won't be sent out at all if they would be
split and violate the rate limits.
> camel-smpp - split messages and throttling
> ------------------------------------------
>
> Key: CAMEL-8013
> URL: https://issues.apache.org/jira/browse/CAMEL-8013
> Project: Camel
> Issue Type: Improvement
> 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)