On Mon, Jul 9, 2012 at 8:02 AM, mattg wrote:
> I've created a RoutePolicy which extends RoutePolicySupport for throttling
> some routes. I've noticed that when routes are suspended or resumed by
> RoutePolicySupport.startConsumer and RoutePolicySupport.stopConsumer the
> status is incorrect when I
I've created a RoutePolicy which extends RoutePolicySupport for throttling
some routes. I've noticed that when routes are suspended or resumed by
RoutePolicySupport.startConsumer and RoutePolicySupport.stopConsumer the
status is incorrect when I look it up using JMX. I.e. if I call
RoutePolicySuppo
Hello Claus!
Thanks for your hint but the routes are defined in the blueprint.xml and
there is also the camel
context defined. Please see the following code snippet from the
blueprint.xml:
...
Furthermore my test method in its test class that is extended by the super
cla
Hello all,
I have a question - we need to address a web service requiring
WS-Addressing. By default, I would use following cxf endpoint:
the problem is, that this way the CXF framework uses WSA using namespace
http://www.w3.org/2005/08/addressing, but required is
http://schemas.xmlsoap.org/ws/20
Hi
I read "Using proxy settings outside of URI" in
http://camel.apache.org/http4.html
I read "Using Blueprint property placeholder with Camel routes" in
http://camel.apache.org/properties.html
But I have not found a real example of the settings camelContext properties
from blu
I've got a problem which I can't quite figure out how to solve. I
want to configure a route which fetches xml data (representing health
facilities) from a repository using a REST http get, transform the
data and load into another system. Typically triggered from a quartz
endpoint running every 24
I will have a look into it for Camel 2.11. There are some other outstanding
tickets for camel-smpp where I plan to work on.
Best,
Christian
On Sun, Jul 8, 2012 at 7:47 AM, Claus Ibsen wrote:
> Hi
>
> Can you create a JIRA ticket. We should maybe allow people to configure
> this.
>
>
> On Thu, J
For repository contains() is called for directories and files, while add() is
called only for files.
But it is much easier to use filter instead of repository as you recommended,
so I switched to filter.
However the original problem is still there: I mark directories as processed,
since these c