Log in to follow, share, and participate in this community.
Thread Memory consumption
Memory consumptionWe are using ESB to integrate systems that need intermittent file transfers. File is usually small (0 - 5Kb) but occasionally large (2 - 4 Mb). In the route this could transform into a 6Mb message which we...
Route does not start in JBoss 5.1Hello, I have a camel route as war file which runs fine in jetty and tomcat but when I deploy it to a JBoss server the route does not start
12:34:19,087 INFO [TomcatDeployment] deploy, ctxPath=/...
Thread Persisting a list of entities using jpa endpoint
Persisting a list of entities using jpa endpoint Hi Guys, I am trying to persist a list of entities using a camel route. So some thing like exchange.getIn().setBody(BeanToEntityConverter.convertPlanToPlanEntity(plans)); // BeanToEnti...
Dynamic Router + Bean + ActiveMQHaving a weird issue with a DynamicRouter which is wired to send the exchange to a bean which is defined in my spring context. The input body of the exchange determines the method name on the bean to invoke. The probl...
Camel+LDAPThe Camel LDAP component shows how to query LDAP, is there any way to use camel to perform modifications to LDAP? Such as adding new entries?
Java DSL and CXF RESTHello, I want to write a simple Route using Java DSL and I want to deploy the route as war file in a jetty/tomcat container. I defined the following in my applicationContext.xml
<import res...
Custom ProcessorI am attempting to convert a SOAP message from one message format to another, and along the way calculating and aggregating data. At any rate, I am trying to create a custom processor to do this, within which I ...
camel-cxf no-pojo consumerI want to host a web service in FUSE ESB 4.3.1 using just a WSDL file and the CXF camel component (camel-cxf). Here is my simple XML config file (drop it into deploy/): &l...
Thread How to obtain the bean statistics from jconsole?
How to obtain the bean statistics from jconsole?I use a lot of beans as endpoints in my route. Something like below: After connecting with org.apache.karaf.main.Main, I can see many beanProcessor under direcotry of org.apache.came\processor fro...
Camel XSLT performance issueHi, I have a camel-jetty consumer for processing XML messages. Parallely carrying out performance tests. Before adding an XSLT transformation it gave me a throughput of 1286 & CPU shot up to 90..100%.. prio...
Thread Is there a header param for templating files ?
Is there a header param for templating files ?Hello, I want to ask if there is the possibility to add files for templating (freemarker, xslt,....) as header information like it is for scripting
.setHeader("CamelLanguageScript", "MYSCRIPT")
...
camel http-mime-soap ?Hi, Is there a camel component/dataformat that can handle soap messages with attachments? The camel-http gives the entire http post body as body in the message Exchange whithout any consideration to the content-type ...
CXF Endpoint CreationSince the other thread got a wee bit cluttered I figured I would start one anew regarding my current effort towards creating a cxf endpoint to be leveraged by camel in future routes. I have pretty much taken t...
SOAP Fault - no SOAPAction headerI am routing to an external web service, using Camel routing however I am getting following ierror. The external webservice uses RPC/encoding. - 2011-11-08 11:33:19,705 ERROR EXCEPTIONS,http-9090-6:1018 - Generatin...
Sources for 2.8 fuse releasesIs there any particular reason why the source code for the 2.8 release of camel are not available in the FuseSource maven repository?
Simple Route QuestionGreetings, I have a fairly simple route setup that is to login to a remote webservice and capture the response from that service. This webservice will always get the same SOAP message so I have stored it...