You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by ajaykapoor40 <aj...@gmail.com> on 2014/04/19 16:01:38 UTC

CAMEL SMPP : does not support response_timer

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.

Re: CAMEL SMPP : does not support response_timer

Posted by Christian Müller <ch...@gmail.com>.
As you may know, the Camel SMPP component relies on JSMPP [1]. Do you know
whether JSMPP supports it?

[1] https://github.com/uudashr/jsmpp

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 Sat, Apr 19, 2014 at 4:01 PM, ajaykapoor40 <aj...@gmail.com>wrote:

> 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.
>