Hi Gowri,
The Apache Camel framework proposes different components that you could use
to :
- produce (= emit HTTP calls) = HTTP, HTTP4, Netty HTTP, AHC (for async
exchange)
- consume (= expose HTTP Web container) = Jetty (to instantiate a new Web
Container), Servlet (= to register the Camel servle
By the way, I forgot to mention that we are trying to avoid using "Spring"
as a dependency.
Thanks,
On Mon, Feb 23, 2015 at 5:40 PM, Milli wrote:
> Hi everyone,
>
> In our project we are planning to use camel for web request routing /
> orchestration.
> Its basically a web project (more like pr
Hi everyone,
In our project we are planning to use camel for web request routing /
orchestration.
Its basically a web project (more like proxy server) talking to several
other local/internal web-services to prepare the final response to the
requester.
Can some suggest us, what is the best way to
Hello,
In my application, I have the following blueprint file:
http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:cxf="http://camel.apache.org/schema/blueprint/cxf";
xmlns:jaxrs="http://cxf.apache.org/blueprint/jax
Thanks for the pointer. Can you give some insight into why Camel matches
from the bottom up of the exception chain rather from the top? This appears
to be an explicit design decision and it'd be useful to know the rationale
behind it to help leverage exception trapping more effectively.
--
Vie
Hi Reji
Many thanks for the advice. I wasn't aware of the osgi wrap feature. This
sounds like it matches my requirement.
Many thanks!!
--
View this message in context:
http://camel.465427.n5.nabble.com/Enabling-SFTP-URI-Option-Compression-via-JSCH-zlib-JAR-tp5763042p5763085.html
Sent from
If have this routing.
from("direct:channel2").onException(Exception.class).handled(true).process(new
LogError(HubConstants.CHANNEL2.getValue())).end().recipientList()
.method(Util.class, "getEndpoint");
I want to throw the endpoints soapfault:
private void setChannel2ConnectExc
I think the redirect url was wrong. it was being re-directed to
http://maven.restlet.org.
*Failed to transfer
http://maven.restlet.org/org/restlet/jse/org.restlet/2.0.15/org.restlet-2.0.15.pom.
Error code 307, Temporary Redirect -> [Help 1] *
Found a solution -
I added following to repositories
Hi
So far I always configured the Camel ActiveMQ component with a Spring
JmsTransactionManager etc and marked my routes explicit as "transacted"
since we must not lose any messages. This kind of configuration can be
found at various places, for example the Camel docs at
http://camel.apache.org/tra
Is there something wrong with camel-restlet dependency? I added the same to
my pom.xml file.
The project was working fine and mvn install was building jar well before I
added
org.apache.camel
camel-restlet
2.10.0.redhat-60024
.
After adding camel-restlet into pom file,
10 matches
Mail list logo