-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: camel-smpp
-
Labels:None
-
Estimated Complexity:Unknown
If a SMPP consumer route is configured but the the initial connection attempt fails (eg if the SMSC is not accessible), then the route fails (java.io.IOException: Connection refused) and the camel context shuts everything down.
For SMPP producers there is a "lazySessionCreation" flag which allows the route to be created and go into a reconnection attempt cycle until the SMSC is available.
Please implement this flag for the consumer.
See discussion from last year here: http://camel.465427.n5.nabble.com/Route-failure-on-startup-for-SMPP-consumer-if-SMSC-down-td5730666.html