Re: Large Camel Open-Source project?

2024-08-20 Thread Ivan Kulaga
rocessing and connecting information systems in the healthcare sector. *GitHub: oehf/ipf <https://github.com/oehf/ipf> * Best regards, Ivan Kulaga On Tue, Aug 20, 2024 at 11:25 PM Mark Webb wrote: > Does anyone know of any decent size open-source projects that use Apache > Camel? I'

Re: Resequnce customization

2024-08-14 Thread Ivan Kulaga
nce of messages, but apart from resequencing you also need correlation and merging of your messages. Best regards, Ivan Kulaga On Wed, Aug 14, 2024 at 8:37 PM Jan Bares, WOOD & Co. wrote: > Hi, > > The resequence feature has limited customization possibilities. We need to > resequen

Re: Customise Java DSL in Camel 4

2024-07-20 Thread Ivan Kulaga
Hello Claude! Please tell, have you considered writing custom components? Writing a new component is a somewhat common task, and there are many instruments and examples for that in camel ( https://camel.apache.org/manual/writing-components.html). With custom components, your camel route may look l

Re: How will Camel filter headers in message body read from IBM MQ and process the transaction.

2024-01-14 Thread Ivan Kulaga
Hello! I am not from the Camel team but maybe I might be able to help. Do I understand correctly that you need to consume only messages that have a specific header value? In that case you want to use jms selector, like in the example here: https://camel.apache.org/components/4.0.x/eips/selective-co