Fwd: Camel always sending MQRFH2 headers to target WebsphereMQ queue

2019-10-18 Thread Wang Yan
@Willem.Jiang [via Camel] Thanks for the reply, I am using openJRE11 BTW , is the cast exception due to java version? My assumption is it should be related to IBM libs according to code, during runtime, the session is expected as MQQueueSession instance but it is MQSession instance instead . M

Re: Camel always sending MQRFH2 headers to target WebsphereMQ queue

2019-10-18 Thread Willem Jiang
Which version of JDK are you using? >From the stack trace, it looks like you cannot cast the com.ibm.mq.jms.MQSession to com.ibm.mq.jms.MQQueueSession. I think you need to check the client code for more information. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Oct 18, 2019 at 11:51

Camel always sending MQRFH2 headers to target WebsphereMQ queue

2019-10-18 Thread Wang Yan
I have problem , camel is always sending MQRFH2 headers to target WebsphereMQ queue I used below code try to solve the problem but i got Setup of JMS message listener invoker failed for destination - trying to recover. Cause: class com.ibm.mq.jms.MQSession cannot be cast to class com.ibm.mq.jms.M

Re: Problems connecting to OPC UA server

2019-10-18 Thread Claus Ibsen
Hi Maybe you can debug the code, as it appears that the node id is null, maybe debugging can help diagnose the problem? On Fri, Oct 18, 2019 at 2:31 PM wrote: > > Hi, > > I am working on a project where I receive data via OPC UA. I process the data > to get a unique OID for SNMP. Afterwards I s

Problems connecting to OPC UA server

2019-10-18 Thread Lederer.Stefan
Hi, I am working on a project where I receive data via OPC UA. I process the data to get a unique OID for SNMP. Afterwards I send the OID to a PRTG Monitoring System. Right now, I send data with the Prosys OPC UA simulation server and try to connect with camel. The connection to the server work

AW: BridgeErrorHandler on JMS Endpoint does not work as expected

2019-10-18 Thread Daniel.Novak
Hi Claus, thanks a lot. I will try the workaround with the MapJmsMessage as soon as I have time. Best regards, Daniel Novak Von: Claus Ibsen Gesendet: Freitag, 18. Oktober 2019 13:36:02 An: users@camel.apache.org Betreff: Re: BridgeErrorHandler on JMS Endpoi

Re: BridgeErrorHandler on JMS Endpoint does not work as expected

2019-10-18 Thread Claus Ibsen
Hi I created a ticket to improve camel-jms https://issues.apache.org/jira/browse/CAMEL-14083 On Thu, Oct 17, 2019 at 5:35 PM wrote: > Hi Claus, > > > this poison message mechanism is yet not configured but I will configure > it and then this poisonous message will be treated like you said. Th

Re: Current best way to consume paged REST api / Web service

2019-10-18 Thread Tom Coudyzer
Hi, Would it be possible to describe or give a sample how to aggregate/enrich a paged REST API where the page interval is part of the JSON payload that is part of each HTTP request? Thank you.. On Wed, Oct 16, 2019 at 4:55 PM Jean-Baptiste Onofré wrote: > Hi Tom, > > You can also use a poll en

Re: batch http requests

2019-10-18 Thread Jean-Baptiste Onofré
Let me check if I have something close to what you want to do. Regards JB On 18/10/2019 09:24, arshad dar wrote: > thank you for the reply. can you please provide a small example with > aggregators ? > > On Fri, Oct 18, 2019 at 12:06 PM Jean-Baptiste Onofré > wrote: > >> Hi, >> >> you can use

Re: batch http requests

2019-10-18 Thread arshad dar
thank you for the reply. can you please provide a small example with aggregators ? On Fri, Oct 18, 2019 at 12:06 PM Jean-Baptiste Onofré wrote: > Hi, > > you can use a aggregator to gather multiple reads and do a single HTTP > request. > Another option is to use a Processor. > > Regards > JB > >

Re: Configuring custom Kafka producer/consumer properties on Camel Kafka component/endpoint?

2019-10-18 Thread Omar Al-Safi
Hi Erik, To be honest I will keep confluent discussion separate as I personally don't 100% agree with you and I am afraid this will need entirely separate thread :P. Regardimg the maven plugin, this will solve different problem, the problem of maintaining the configurations with more recent versi

Re: Configuring custom Kafka producer/consumer properties on Camel Kafka component/endpoint?

2019-10-18 Thread Erik Boye
Åpen informasjon / Public information Hi, Sorry for being offline on this matter Claus, please do not get political on this. 😊 Confluent Kafka is also open source - at least the stuff we are talking about here. And I am pretty sure Confluent is one of, if not the, main contributor to Apach