You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 08:56:00 UTC

[jira] [Updated] (CAMEL-8013) camel-smpp - split messages and throttling

     [ https://issues.apache.org/jira/browse/CAMEL-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-8013:
-------------------------------
    Fix Version/s: Future

> 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
>             Fix For: Future
>
>
> 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
(v8.20.10#820010)