You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by skshhi <su...@gmail.com> on 2013/12/17 10:14:02 UTC

load balancing with SMPP

While using camel-smpp if the message text is longer then 160 chars , it
breaks the incoming messages to 160 char sms's and send it to SMSC. if we
add load balancer , it works on incoming long messages instead of outgoing
160 length sms. for example if i set the load balancing to 5 and incoming
messages length is 800 char. it will send sms to smsc at 5*5=25 messages .
but it should not send more then 5 as per the load balancing . any help will
be appreciated.



--
View this message in context: http://camel.465427.n5.nabble.com/load-balancing-with-SMPP-tp5744930.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: load balancing with SMPP

Posted by Christian Müller <ch...@gmail.com>.
Sorry, I didn't get it. Would you please elaborate it in more detail.
Do you have the issue by sending or receiving long sms?
What kind of load balancer do you use (external, the Camel load balancer
capabilities, ...)?

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Tue, Dec 17, 2013 at 10:14 AM, skshhi <su...@gmail.com> wrote:

> While using camel-smpp if the message text is longer then 160 chars , it
> breaks the incoming messages to 160 char sms's and send it to SMSC. if we
> add load balancer , it works on incoming long messages instead of outgoing
> 160 length sms. for example if i set the load balancing to 5 and incoming
> messages length is 800 char. it will send sms to smsc at 5*5=25 messages .
> but it should not send more then 5 as per the load balancing . any help
> will
> be appreciated.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/load-balancing-with-SMPP-tp5744930.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>