I have an application with 2 routes that are in charge of sending sms
messages.

We noticed that sometimes, the connection is lost (or seems to be lost). In
those case, Camel tries to reconnect to the SMSC and what is happening is
that in some cases instead of having 2 connections to the smsc we have 4
connections opened to the smsc.

The problem at smsc level we have a limit of connections available.

What could you advise to avoid that kind of behaviour ? Is there a way to
make sure that a new connection is not done until the initial connection is
closed.


version of Camel is 2.10.3

Note: This is a copy from
http://stackoverflow.com/questions/18915194/camel-smpp-reconnection-strategy,
let's hope I'll have more answer here :-)



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-SMPP-reconnection-strategy-tp5740123.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to