"Would like to get some more thoughts whether we should add this feature or
not."
I would see this as a big improvement for the smpp component.
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/Route-failure-on-startup-for-SMPP-consumer-if-SMSC-down-tp5730666p5735799.
Christian Mueller wrote
> Can you use a scripting language?
>
> Sent from a mobile device
> Am 21.11.2012 12:46 schrieb "JasonN" <
> jasonnorth3001@
> >:
>
>> Thanks for your help.
>>
>> That's a shame though as you may not
Thanks for your help.
That's a shame though as you may not have control over the class to be able
to add default constructor + other methods and even if you do there could be
objections to designing classes around camel.
I guess I could add another method somewhere to call the constructor or
impl
Hi,
I am able to call a static method from a route but can someone please advise
on how to call a constructor?
e.g.:
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/Call-constructor-from-route-tp5723059.html
Sent from the Camel - Users mai
Hi,
When using camel-smpp the destination addresses are set in a header called
"CamelSmppDestAddr" - which is a List.
When the response comes back the ids are set in a header called
"CamelSmppId" - which is also a List.
Are the elements of CamelSmppId guaranteed to be in the same order as
CamelS
Hi,
I am trying to acheive something like the following:
I have used wiretaps because nothing should stop the result of destination2
being return as quickly as possible (to replyTo).
However, I also need desintation 3 to:
- Only be started (asynchronously) when destination1 and destination2