I have a linux Java7 stand-alone application using Camel 2.14 and the
camel-netty component. I have a route that receives via netty:udp and then
attempts to mirror the received packets also via netty:udp. I'm also using
the *LengthFieldBasedFrameDecoder *to decode the UDP packets into message
frame
I tried with a few different browsers on my PC (Firefox, Chrome, and IE..)
but found that the code blocks in all the Camel web pages are not displaying
properly... it looks like they are all collapsed... It was Okay last week
when I browse around
E.g.
http://camel.apache.org/content-based-router.h
Hi,
Apparently all code snippets on camel.apache.org are invisible at the moment. I
think it is a syntax highlighter issue.
You can still look up the code in the page source. Just right click and view
page source
-Oorspronkelijk bericht-
Van: Tim Dudgeon [mailto:tdudgeon...@gmail.com]
It's noted in many of the http components (http4, for example) that the
component will copy the In message headers to the Out message headers. It's
also documented as an example that camel can be used as a proxy bridge from
one HTTP endpoint to another. There are posts that recommend that folks mak
Hi,
Is there anyway to have a camel activemq consumer to consume only one
message at a time.
PFB the scenario.
I have a quartz scheduler which runs every 10 minutes and checks for a
condition, if the condition is satisfied, pull only one message from queue
else do nothing.
Regards
Bharath.
--
Thanks. That's what I need.
But are you aware that all the code snippets are missing from that page?
Tim
On 27/06/2015 09:30, Claus Ibsen wrote:
Hi
Yes there is more documentation here
http://camel.apache.org/servletlistener-component.html
On Thu, Jun 25, 2015 at 1:40 PM, Tim Dudgeon wrote:
Hi
Yeah seems like a little bug, you are welcome to log a ticket
On Thu, Jun 25, 2015 at 11:53 AM, gterral wrote:
> Hello,
>
> I'm facing an issue with the version of camel 2.15.2
>
> I have a component that create an endpoint.
>
> This endpoint override the shutdown and doShutdown method so we
Hi
Check the AMQ documentation as it has some sendAsync alwaysSendSync
options you can enable. Also you can configure the connection to not
try failover etc. and if so a maximum number etc.
On Fri, Jun 26, 2015 at 11:35 AM, ndaniel wrote:
> hi everyone,
>
> I'm testing camel with activemq using
Hi
There is a faster one here
http://camel.apache.org/how-to-use-camel-as-a-http-proxy-between-a-client-and-server.html
On Thu, Jun 25, 2015 at 2:04 PM, Emmanouil Gkatziouras
wrote:
> Greetings
>
> I had success on creating a camel http proxy that receives data from a
> tomcat
> servlet (using h