Re: camel-smpp in trx mode

2014-03-17 Thread tkvarenes
endpoint in some way? -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5748908.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-07-01 Thread sash_...@yahoo.com
://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5735017.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-06-29 Thread sash_...@yahoo.com
In that case the endpoint will hold the session. What I am not sure is what type of listener does one register with the Producer ? The listener does require the processor . - ~Sandeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode

Re: camel-smpp in trx mode

2013-06-27 Thread Christian Müller
values are producer , consumer - ~Sandeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5734784.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2013-06-27 Thread Hadrian Zbarcea
...@yahoo.comwrote: What is the use of systemType paramter ? I don't see any differentiation in the code based on this parameter . Am I missing something ? The possible values are producer , consumer - ~Sandeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode

Re: camel-smpp in trx mode

2013-06-26 Thread sash_...@yahoo.com
What is the use of systemType paramter ? I don't see any differentiation in the code based on this parameter . Am I missing something ? The possible values are producer , consumer - ~Sandeep -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
On Sat, Jan 12, 2013 at 6:47 PM, Christian Müller christian.muel...@gmail.com wrote: The smslib model is a bit different. The smslib camel consumer pull the short messages for the SMSC. And only if a consumer is defined ( from(smslib://...) ). In the smpp Camel component, the SMPP library push

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
Correction I was wrong on the direct endpoint restriction. I was thinking about the log message that occurs when a exchange is send to a direct endpoint without a consumer. So perhaps there is no way to determine if there is a corresponding consuming endpoint at start. On Sun, Jan 13, 2013 at

Re: camel-smpp in trx mode

2013-01-13 Thread Christian Müller
Yes, it's possible to share the jsmpp session, btw. we have to share it in this case (only one TRX connection is allowed). We could only log the received message, if no consumer route is defined. But may be this is not suitable for most of our users. We could also throw an exception at

Re: camel-smpp in trx mode

2013-01-13 Thread Pontus Ullgren
Agree, log and reject would be the best solution. // Pontus On Sun, Jan 13, 2013 at 12:01 PM, Christian Müller christian.muel...@gmail.com wrote: Yes, it's possible to share the jsmpp session, btw. we have to share it in this case (only one TRX connection is allowed). We could only log the

Re: camel-smpp in trx mode

2013-01-13 Thread Christian Müller
I logged a ticket: https://issues.apache.org/jira/browse/CAMEL-5963 Best, Christian On Sun, Jan 13, 2013 at 12:19 PM, Pontus Ullgren ullg...@gmail.com wrote: Agree, log and reject would be the best solution. // Pontus On Sun, Jan 13, 2013 at 12:01 PM, Christian Müller

Re: camel-smpp in trx mode

2013-01-12 Thread Christian Müller
The smslib model is a bit different. The smslib camel consumer pull the short messages for the SMSC. And only if a consumer is defined ( from(smslib://...) ). In the smpp Camel component, the SMPP library push the short messages (and delivery receipt messages) to the client if the client is

Re: camel-smpp in trx mode

2013-01-10 Thread Alex Anderson
On 4 January 2013 17:26, Christian Müller christian.muel...@gmail.com wrote: I think we don't have another camel component where the endpoint is a consumer and producer. I'm not sure how/if it works or if we hit problems in other areas (exception handling, ...). We do this for the camel-smslib

Re: camel-smpp in trx mode

2013-01-04 Thread Christian Müller
this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html Sent from the Camel - Users mailing list archive at Nabble.com. -- -- Johanes --

Re: camel-smpp in trx mode

2013-01-03 Thread Christian Müller
.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html Sent from the Camel - Users mailing list archive at Nabble.com. --

Re: camel-smpp in trx mode

2013-01-03 Thread Johanes Soetanto
-- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html Sent from the Camel - Users mailing list archive at Nabble.com. -- -- Johanes

Re: camel-smpp in trx mode

2012-12-31 Thread Srinivas
camel. Regards, Srinivas -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608p5724731.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-smpp in trx mode

2012-12-27 Thread Christian Müller
, Srinivas -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-smpp in trx mode

2012-12-26 Thread Srinivas
Hi camel users, Please help on smpp client connected to operator smsc in trx mode.I have only one smpp connectivity is given operator in TRX mode. Regards, Srinivas -- View this message in context: http://camel.465427.n5.nabble.com/camel-smpp-in-trx-mode-tp5724608.html Sent from the Camel