Re: How come I can't register to the Nabble forum

2012-08-08 Thread Christian Müller
Ok, great - and welcome! Enjoy your Camel ride... Best, Christian On Thu, Aug 9, 2012 at 4:29 AM, Gary Liu wrote: > Thanks for looking into this issue. I think it was due to timing issues. I > received the confirmation emails from Nabble one day later and was able to > activate my Nabble forum

Re: Camel JMS Performance is ridiculously worse than pure Spring DMLC

2012-08-08 Thread Christian Müller
Use what works best for you. Attache it here, use GitHub or Gist, Pastie, ... Best, Christian On Thu, Aug 9, 2012 at 4:44 AM, Gary Liu wrote: > Hi Chris, > > I could share my test classes. Where do I upload the files to? > > Thanks, > Gary > > On Wed, Aug 8, 2012 at 6:18 PM, Christian Müller <

Re: Issues with JavaConfigContextLoader

2012-08-08 Thread Willem jiang
Thanks for sharing this with us. -- Willem Jiang FuseSource Web: http://www.fusesource.com (http://www.fusesource.com/) Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang

Re: Camel JMS Performance is ridiculously worse than pure Spring DMLC

2012-08-08 Thread Gary Liu
Hi Chris, I could share my test classes. Where do I upload the files to? Thanks, Gary On Wed, Aug 8, 2012 at 6:18 PM, Christian Müller < christian.muel...@gmail.com> wrote: > This is really a huge difference. > I will have a look at it in the next days. I will run the tests against > ActiveMQ b

Re: SJMS Issues

2012-08-08 Thread Gary Liu
Hi Scott, Please make sure the fixes will be included in the SJMS component for Camel 2.11.0 release. Right now I am using my locally built SJMS jar but eventually I would like to have it as a dependency of my maven project. Also please do try to support the CLIENT_ACKNOWLEDGE acknowledgement mod

Re: How come I can't register to the Nabble forum

2012-08-08 Thread Gary Liu
Thanks for looking into this issue. I think it was due to timing issues. I received the confirmation emails from Nabble one day later and was able to activate my Nabble forum account. Regards, Gary On Wed, Aug 8, 2012 at 5:09 PM, Christian Müller < christian.muel...@gmail.com> wrote: > I register

Issues with JavaConfigContextLoader

2012-08-08 Thread J. Ecklund
Hello, While implementing a Camel route in a new project which uses Spring's JavaConfig I ran into some issues with tests I had written. Originally I implemented the tests using the old XML-based appContext, then once I had everything working I started converting it all to JavaConfig. After some

Re: Camel JMS Performance is ridiculously worse than pure Spring DMLC

2012-08-08 Thread Christian Müller
This is really a huge difference. I will have a look at it in the next days. I will run the tests against ActiveMQ because I'm not familiar with Solace JMS. I hope I can reproduce the numbers... Could you also share your test classes with us? Or an entire test project? Best, Christian On Wed, Aug

Re: SJMS and batched transactions

2012-08-08 Thread Christian Müller
Thanks, much appreciated. Best, Christian On Wed, Aug 8, 2012 at 7:29 PM, Scott England-Sullivan wrote: > Chris, > > I should be able to have something ready to go in with the next set of > updates. I will let you know when it is completed. > > > On Tue, Aug 7, 2012 at 3:06 PM, Christian Müller

Re: How come I can't register to the Nabble forum

2012-08-08 Thread Christian Müller
I registered today to the Camel users list on Nabble with another one of my accounts ant it works.After ~10 min. I got the confirmation mail from Nabble... Did you checked your spam folder? Best, Christian On Tue, Aug 7, 2012 at 6:13 PM, wrote: > I tried to register to the dev forum and the reg

Re: change password in the body

2012-08-08 Thread Christian Müller
There is no "replace" method in Simple language. I suggest to have a look at the other (more powerfull) supported scripting languages: http://camel.apache.org/scripting-languages.html Best, Christian On Wed, Aug 8, 2012 at 5:22 PM, luiggi wrote: > i have a webservice > > http://schemas.xmlsoap.

Re: change password in the body

2012-08-08 Thread Christian Müller
Please use the users mailing list for such kind of questions. There are much more people listening on this list. This list is used be the Camel contributor/developer to discuss Camel implementation details. Best, Christian On Wed, Aug 8, 2012 at 5:22 PM, luiggi wrote: > i have a webservice > >

Re: SJMS Issues

2012-08-08 Thread Christian Müller
Good work Scott! Keep it up... Best, Christian On Wed, Aug 8, 2012 at 6:35 PM, Scott England-Sullivan wrote: > Hi and thanks for the feedback. I have put comments inline with your notes > below. > > > On Wed, Aug 8, 2012 at 11:03 AM, northface01 > wrote: > > > I am not sure if the below issues

Re: SJMS and batched transactions

2012-08-08 Thread Scott England-Sullivan
Hi Thomas, A plug-able transaction strategy is definitely on the road map for the future. I will have to take a look and see what short term options might work for this. On Wed, Aug 8, 2012 at 1:29 PM, Scott England-Sullivan wrote: > Chris, > > I should be able to have something ready to go i

Re: SJMS and batched transactions

2012-08-08 Thread Scott England-Sullivan
Chris, I should be able to have something ready to go in with the next set of updates. I will let you know when it is completed. On Tue, Aug 7, 2012 at 3:06 PM, Christian Müller < christian.muel...@gmail.com> wrote: > This is at least "my" requirement. > > Sent from a mobile device > Am 07.08.

Re: SJMS Issues

2012-08-08 Thread Scott England-Sullivan
Hi and thanks for the feedback. I have put comments inline with your notes below. On Wed, Aug 8, 2012 at 11:03 AM, northface01 wrote: > I am not sure if the below issues have been addressed. But I found them in > the SJMS source code (f103b8b) I downloaded and I had to fix them in my > local b

change password in the body

2012-08-08 Thread luiggi
i have a webservice http://schemas.xmlsoap.org/soap/envelope/"; xmlns:reg="http://registrocivil.gob.ec/";> 1710362789 subsecinf1 eo2s I wish in the service mix change the password, I want intercepted the password

SJMS Issues

2012-08-08 Thread northface01
I am not sure if the below issues have been addressed. But I found them in the SJMS source code (f103b8b) I downloaded and I had to fix them in my local build to make it work. 1) SjmsEndpoint.getDestinationName() should return a clean destination name that just contains the quque/topic name. Howev

Re: SJMS and batched transactions

2012-08-08 Thread David Karlsen
Maybe use a groupedExchange, see: http://camel.apache.org/aggregator2.html ? 2012/8/7 Thomas Johansen : > I'm not sure what this implies, Scott. > > My use case is to have a transaction started on a first exchange, and then > have X exhanges on the same transaction. It should first be committed w