Log in to follow, share, and participate in this community.
Thread Database beyond socks proxy
Database beyond socks proxyHi, I'm trying to migrate my database update scripts to Camel. The legacy scripts are socksified perl scripts. The database sits in our internet DMZ beyond a socks proxy. I can use a java sql CLI (like the o...
Thread Camel CXF Proxy - Saving the incoming SOAP Message to a file
Camel CXF Proxy - Saving the incoming SOAP Message to a fileI've recently started looking at servicemix / camel so apologies if this is a bit of a newbie question. I was looking at the camel cxf proxy example and have managed to route to my external axis2 web service u...
CXF Consumer/Producer issue in routeI have a simple cxf consumer and producer route setup currently, but for some reason when I go to deploy the route i am getting the following error.
03:07:10,014 | ERROR | xtenderThread-22 | ContextLoaderListe...
Thread REST/Soap service for creating Camel routes
REST/Soap service for creating Camel routesIs there a REST/Soap interface available to create camel routes? I have a need to create/remove routes dynamically and do not want to create something from scratch if something already exists that works and has ...
Camel EIP StencilsIs there a way to get a copy of the EIP stencils in another format besides Visio? They would be incredibly useful for design purposes to lay out some of the routes that we are planning on using camel for.
Thread CamelBlueprintTestSupport and org.osgi.vendor.framework property
CamelBlueprintTestSupport and org.osgi.vendor.framework propertyI am using CamelBlueprintTestSupport to write a unit test for a route, and am getting the following error originating from the test setUp method: java.lang.NoClassDefFoundError: org.osgi.vendor.framework prope...
Simple Camel-Netty Examples/Issue?Is there any good examples using the camel-netty component? We have a project in which we want to route some XML messages from a TCP connection to a JMS topic vice versa. At first I thought that camel-nett...
Who casuse SedaProducer timeout ?The my route is as below: I don't have any clue to figure out who cause the following timeout exception. At least I don't specify any SEDA component in the route. Appreciate any suggesti...
Separate Log Files Per BundleHello all, As more developer start working within the servicemix framework, I am trying to setup so that each deployed application bundle writes to it's own log file. I tried what is listed at h...
How to set a CXF endpoint in a BeanHi How to set a CXF endpoint in a Bean ? I'm collecting this endpoint from a DB. The bean is itself called by spring DSL. So something like: Spring DSL ========= Java ...
Thread How to remove message's from a vm endpoint ?
How to remove message's from a vm endpoint ?Hi, i have a scenario where message's are getting accumulated in a vm endpoint due to slow consumers . I want to remove this old message's and process only new one's at regular intervals on reaching a thresho...
camel application monitorThe routes are as below : I would like to build a monitor that can watch camel route activity. The monitor will send the message to route-B if route-A doesn't receive the message in 30 seco...
Loop in a CAMEL routeBased on the request, I need to invoke external web service multiple times. I've taken a look at http://camel.apache.org/loop.html but that one requires me to know the total number of loops; which I do not have or whi...
JAXWS endpoint as camel routeHi All Can we use JAXWS endpoint as camel route? The reason for using JAXWS endpoint is, we want to enable MTOM. Below is the configuration. I tried using cxfEndPoint but the MTOM does n...
Streaming Data FormatI have a case where I have a large input stream that I would like to read from and unmarshal into multiple Camel Exchanges. Currently the DataFormat interface requires you to return an Object after reading fro...
Camel retry from start of the routeHi Guys, I understand that the Point of entry for redelivery attempts is the point of the failure. I was wondering if I could retry the whole route if an exception is caught? Regards, Mohit