camel-smpp should reconnect to SMSC ----------------------------------- Key: CAMEL-2782 URL: https://issues.apache.org/activemq/browse/CAMEL-2782 Project: Apache Camel Issue Type: Improvement Components: camel-smpp Affects Versions: 2.3.0 Reporter: Jaco van Tonder Priority: Critical Fix For: 2.4.0
The camel-smpp conponent should reconnect to the SMSC after a connection failure. Currently, if there is a connection failure between the Camel SMPP endpoint and the SMSC, the connection will just die, although the route will still show up as active. The expected behavior is that once the connection dies, the session state change must trigger a reconnect to the SMSC. The session state monitoring is provided by the SessionStateListener class of the jsmpp implementation that is used for camel-smpp. Patches to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.