Re: How to insert Date String as date in MongoDB

2016-02-28 Thread Royamit
It is of type string -- View this message in context: http://camel.465427.n5.nabble.com/How-to-insert-Date-String-as-date-in-MongoDB-tp5778310p5778407.html Sent from the Camel - Users mailing list archive at Nabble.com.

XA Transactions in Camel JMS Component

2016-02-28 Thread yxzhao
Hi all, We've been using XA transactions (via atomikos) with JMS component to send/read messages to/from MQ, data is from and saved to oracle database. Now the performance becomes a major problem. We found below from the documentation of camel JMS Component page. Could anyone tell us if it is stil

Re: CXF server versus endpoints

2016-02-28 Thread Brad Johnson
Sergey, Thanks for the feedback. I'm going to be working on a large system to tie together many disparate systems with new service interfaces with canonical data model sets. I look at something like this with the rsServer and cxfEndpoint and that pattern is going to be repeated a large number of

Re: CXF server versus endpoints

2016-02-28 Thread Sergey Beryozkin
Not sure about soapBinding options but you can indeed set various interceptors/features on a cxf:bus and then link to this bus from individual cxf soap endpoints Sergey On 27/02/16 04:04, Ranx wrote: And is there a way to set that up so that the service interfaces/endpoints are just a list?