Sample API run with Camel-K does .. almost nothing

2021-03-12 Thread Gerald Kallas
Hi everybody, I just tried to run the example under https://github.com/apache/camel-k-examples/tree/master/02-serverless-api After this command E:\camel-k-examples-master\02-serverless-api>kamel run API.java --source test/MinioCustomizer.java --property-file test/minio.properties --open-api=o

Re: SMPP Splitting Policy (140+ octets)

2021-03-12 Thread Zheng Feng
Did you try to use 'SubmitMulti' ? just like exchange.getIn().setHeader(SmppConstants.COMMAND, "SubmitMulti"); Please refer to the test method sendSubmitMultiSM() in SmppComponentIntegrationTest.java On Fri, Mar 12, 2021 at 1:56 AM Thomas O'Donnell < thomas.odonn...@mdsglobal.com> wrote: > Hi all

Re: camel-spring-ws: Invalid attribute "Content-Type" in SOAP-ENV:Header element

2021-03-12 Thread Claus Ibsen
Hi Thanks for sharing the solution. I created a JIRA to make Camel remove that header automatically https://issues.apache.org/jira/browse/CAMEL-16344 On Fri, Mar 12, 2021 at 1:40 PM Harsh Karn wrote: > > Hi Claus, > > I was able to fix this issue by removing Content-Type header from exchange - >

Re: camel-spring-ws: Invalid attribute "Content-Type" in SOAP-ENV:Header element

2021-03-12 Thread Harsh Karn
Hi Claus, I was able to fix this issue by removing Content-Type header from exchange - .removeHeaders("Content-Type") *Thanks* *Harsh* On Mon, Mar 8, 2021 at 11:21 AM Harsh Karn wrote: > Hi, > > I'm using camel version 3.7.0 and I've also tried older version 2.25.0. > The result is the same

Using camel-k getting negative exchange inflight count numbers or why does my route block

2021-03-12 Thread David Ecker
Hi, I am using camel-k 1.3 on a k8s cluster running 1.19 and using prometheus to capture quarkus metrics from the integrations/pods. Maybe I just haven't found the correct link, but why can the number of inflight messages be negative like -50? Now why am I asking: The integration blocks aft