RE: SJMS2 durable subscription lazy re-connect

2020-08-28 Thread Shultz, Dmitry
Hi Claus, By not consumin I mean the messages are not consumed/processed when I send them to the destination. I can confirn it works in Camel 3, here is the test I created https://github.com/zeppelinux/CamelCDISjmsTest/tree/v3routeController Tried to make the same test/reproducer for 2.25.2

CDI + SJMS + transacted

2020-08-28 Thread Shultz, Dmitry
Hi All, I'm probably doing something wrong/stupid, but I can't get the sjms (recent Camel, but same true for 2.25.2) to leave failed messages in the JMS topic (AMQ Artemis) after exception. This is what logged: [ctiveMQ-client-global-threads)] TransactionErrorHandlerWARN Transaction

Async and asyncCallbackRequestBody()

2020-08-28 Thread Ron Cecchini
Hi, guys. I've been following the "async" docs and examples and the few code snippets I could find online, but I'm still having trouble doing something that I would think is very common. My use case is basically this: 1. I have a small route (call it "experiment") that hits an HTTP endpoint

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Mikhail Lukyanov
created a issue https://issues.apache.org/jira/browse/CAMEL-15480 пт, 28 авг. 2020 г. в 19:07, Andrea Cosentino : > Probably is outdated. Please open an issue so we won't forget. Thanks > > Il ven 28 ago 2020, 18:06 Mikhail Lukyanov ha > scritto: > > > > > There is the same thing, it is written

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Andrea Cosentino
Probably is outdated. Please open an issue so we won't forget. Thanks Il ven 28 ago 2020, 18:06 Mikhail Lukyanov ha scritto: > > There is the same thing, it is written that you can call the property like > this > > [image: image.png] > > > пт, 28 авг. 2020 г. в 19:01, Andrea Cosentino : > >> You

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Mikhail Lukyanov
There is the same thing, it is written that you can call the property like this [image: image.png] пт, 28 авг. 2020 г. в 19:01, Andrea Cosentino : > You're looking at wrong documentation. > > https://camel.apache.org/components/2.x/languages/groovy-language.html > > Il ven 28 ago 2020, 17:58 Mi

Re: No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Andrea Cosentino
You're looking at wrong documentation. https://camel.apache.org/components/2.x/languages/groovy-language.html Il ven 28 ago 2020, 17:58 Mikhail Lukyanov ha scritto: > Hello, everyone. > > I'm using Camel version 2.25.1. > > I get an error when I want to get the property as indicated here > > ht

No signature of method: java.util.LinkedHashMap.resolve() error when get property in groovy script

2020-08-28 Thread Mikhail Lukyanov
Hello, everyone. I'm using Camel version 2.25.1. I get an error when I want to get the property as indicated here https://camel.apache.org/components/latest/languages/groovy-language.html#_using_properties_function through properties.resolve("test_name") (in JavaSctipt this works) [image: image.p