Re: Route failure on startup for SMPP consumer if SMSC down

2013-07-17 Thread JasonN
"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.

Re: Call constructor from route

2012-11-26 Thread JasonN
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

Re: Call constructor from route

2012-11-21 Thread JasonN
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

Call constructor from route

2012-11-21 Thread JasonN
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

CamelSmppId order

2012-10-04 Thread JasonN
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

Callback based on multiple wireTaps

2012-10-04 Thread JasonN
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