Re: Getting http status code from cxfrs in onException handler

2013-12-01 Thread Willem Jiang
Hi, I just checked the code of CxfRsProducer, if you set the  throwExceptionOnFailure to be true, you can only get the Http status code from the exception. If you set the throwExceptionOnFailure option to be false, you can find the Http status code from the out message header with the key of “C

Re: Persist headers when using cache

2013-12-01 Thread Willem Jiang
Can I have a look at your route? I’m not sure how you did the persistent. --  Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English)           http://jnn.iteye.com (Chinese) Twitter: willemjiang  Weibo: 姜宁willem On November 29, 2013 at 5:31:53 PM, m

Re: StaxConverter throws NPE

2013-12-01 Thread Willem Jiang
I just submit a patch into master branch, please check it out and play with your application. --  Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English)           http://jnn.iteye.com (Chinese) Twitter: willemjiang  Weibo: 姜宁willem On November 29,

Re: messaging between several apps tied with sso

2013-12-01 Thread Willem Jiang
Hi, You may consider to use camel to build a proxy which can only access from the outside, then route the request to CXF services or the REST services. Now you just need to enable the single sign on on the proxy server (which should be same with the way you did with CXF service) You can find s

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn piyushbhatt, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/uox64o-hopd8r7r-42/isd/18420604611/6

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn martin11, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/-91iypm-hopd8qoa-h/isd/18420604608/nNM8

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn dkum003, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/y0qrbk-hopd8qo1-4l/isd/18420604614/c58z5

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn Christian, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/bclj9r-hopd8qs2-1s/isd/17080513797/Lno

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn David, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/-a00wvt-hopd8qo1-18/isd/18420604613/-_WMuP

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn Christian, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/-gqb8xn-hopd8qo4-u/isd/18420604609/4ps

Invitation to connect on LinkedIn

2013-12-01 Thread contactreji
LinkedIn lassesvestergaard, I'd like to add you to my professional network on LinkedIn. - Reji Reji Mathews Enterprise Application Integration (ESB) Engineer at Wipro Technologies India Confirm that you know Reji Mathews: https://www.linkedin.com/e/gndm92-hopd8qo6-g/isd/18420604

Re: DSL Logging not outputting to the logs

2013-12-01 Thread mckinnonrob
Claus Ibsen-2 wrote > Are you sure the route pickup any messages to route? The log DSL will > only log if there is messages. Yes I am sure. In my route the body is ultimately being placed on a queue, CAMEL_FINAL, and all the messages are showing up there fine. -- View this message in context:

Re: Rabbitmq queueingconsumer

2013-12-01 Thread Claus Ibsen
There is no limit / restrictions what a Camel component can do. So if it makes more sense to do X instead of Y then yeah that would be possible. We love contributions, so feel free to dive into the camel-rabbitmq component source code, and help improve/ make it better etc. http://camel.apache.org

Re: Regarding Thread status

2013-12-01 Thread Claus Ibsen
You can use Camel's JMX information to know how many messages are currently in-flight on a per route basis. Then you can see if there is 5 in-flight messages on the route. Though as its just Java code, you can also just use some java bean to keep state of your jobs. And set the state in the start

Re: does hazelcast component support stand-alone HC server?

2013-12-01 Thread Borut Bolčina
Hi, Is there any documentation on how to configure the camel-hazelcast component to act as hazelcast client? Best, Borut Sent from my iPad On 13. jul. 2013, at 13:21, Claus Ibsen wrote: > I assume the idea is that you configure an existing > com.hazelcast.core.HazelcastInstance on the Hazelc