Re: Passwords in Camel endpoint URIs and limitations of RAW syntax

2020-06-08 Thread Vojtech Fried
As Claus pointed out, the correct syntax is now #bean:. /Vojtech

Re: hash (pound sign) notation in Camel 3.x

2020-06-08 Thread Vojtech Fried
://urldefense.com/v3/__https://github.com/apache/camel/commit/763bfeb999f1fa7a3a3f1ef96c7a7eefa2032734__;!!Obbck6kTJA!P57o44tdLPjkMBevUjgX2hR98fYAijroozT90KDqfGVRXVzdFKKgDHAxegBR-O_0$ On Fri, Jun 5, 2020 at 1:56 PM Vojtech Fried wrote: > > Hi, > > in Camel 2.x I used a # notation in URIs for endpo

hash (pound sign) notation in Camel 3.x

2020-06-05 Thread Vojtech Fried
normalizes URIs, I think properties are looked up if the string contains something like {{name}}. Is there any documentation on "#" or "ref"? Was "#" replaced with "ref" in 3.x or is it some problem in my environment? I haven't found it in migration to 3 docs. /Vojtech

Re: Passwords in Camel endpoint URIs and limitations of RAW syntax

2020-06-05 Thread Vojtech Fried
was doable. However, it seems that it does not work in Camel 3. Something like this is "${ref:}, but when used with Strings, they are still somehow process by Camel and in the end it fails with some special characters. /Vojtech From: Florian Patzl

Re: stream caching not configurable for rest consumer?

2020-04-01 Thread Vojtech Fried
way how to disable stream caching explicitly (without the fix): restConfiguration() ... .endpointProperty("disableStreamCache", "true") ____ From: Vojtech Fried Sent: Wednesday, April 1, 2020 12:27 To: users@camel.apache.org Subject: Re: [EXTE

Re: [EXTERNAL] - Re: stream caching not configurable for rest consumer?

2020-04-01 Thread Vojtech Fried
:06 AM Vojtech Fried wrote: > > Hi, > > I am trying to fix upload of huge files via camel rest endpoint. The problem > is that stream caching enables itself in this case (without being enabled in > camel context or the route), but when camel asks a StreamCachingStrategy if &g

stream caching not configurable for rest consumer?

2020-04-01 Thread Vojtech Fried
xtPath(...) .enableCORS(true) .component("servlet") rest("...") .id("...") .produces("application/json") .post("...") .to("direct:..."); Vojtech

URI encoding and RAW values

2019-12-10 Thread Vojtech Fried
mp;}&\t=+?)') Am I missing something? Vojtech

Dynamic Recipient List and Temporary Queues

2009-04-23 Thread Vojtech
27;foo' OR name='baz' which corresponds with the above Subscription HashMap, when would you expect one solution to beat the other one? (measure: number of consumers, messages per second etc.). Having about 200 consumers with 10 different selector conditions at rate about 100 message