CAMEL SMPP: does not support response_timer as per SMPP Protocol Specification SMPP-3.4 versio.
I checked up the code and camel documentation and verified that it uses the transaction_timer (which as per specs relates to inactivity_timer). I have a requirement where in I have to do retries using camel framework on response_timer expiry. As such, as of now I cannot support it correctly as needed. Caould you fix CALE SMPP and provide the user the URI option to set response_timer. As per SMPP SPECS 3.4 Timer: response_timer Action On Expiration: The entity which originated the SMPP Request may assume that Request has not been processed and should take the appropriate action for the particular SMPP operation in question. Description: This timer specifies the time lapse allowed between an SMPP request and the corresponding SMPP response. This timer may be active on either communicating SMPP entity (i.e. SMSC or ESME). -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-SMPP-does-not-support-response-timer-tp5750371.html Sent from the Camel Development mailing list archive at Nabble.com.