Acknowledgement ID : Header or Exchange Property?

2017-03-03 Thread Evgeny M
Good day. Just wanted to double check my understanding. If I have a component that requires Acknowledgement ID for the onCompletion call - should the ID be passed on as a message header or an exchange property? -- View this message in context: http://camel.465427.n5.nabble.com/Acknowledgeme

Springboot remote shell discontinued

2016-11-23 Thread Evgeny M
Good day. Springboot team is going to drop off the support for the remote shell. Would there be some appetite from the Apache Camel project team to continue providing remote shell capability as part of the springboot platform enablement? If so, what would be required to make it? I think I have a

Re: New component comtribution - guidance required

2016-10-27 Thread Evgeny M
Thank you. Will do. Would I impose too much if I also ask the following questions: • Some tests rely on the server emulator running in the background. Currently the emulator is started before the maven test phase and shut down after. Is it acceptable? Or should I exclude such integration

Re: New component comtribution - guidance required

2016-10-27 Thread Evgeny M
Thank you, meanwhile a short question, if I may - do I need to code my own Spring Boot Starter component, or it can be generated somehow? I can see that othe rcomponent have this moniker - Autogenerated by the camel maven package plugin. How can I do that? -- View this message in context: ht

Exchange Property vs Message Header : Use cases?

2016-10-25 Thread Evgeny M
Where could I read up on concepts behind Exchange Properties and Message Headers? Would be very much interested in typical use cases for those from developing a custom component point of view. Is technology specific MESSAGE ID - a header or a property? What about Published timestamp? Thank you.

Re: New component comtribution - guidance required

2016-10-24 Thread Evgeny M
Great post, thank you, I have picked a few things that I have missed. Would you mind checking it out with 2.19.0-SNAPSHOT? Not sure it is applicable anymore - springboot somewhat complicate things. -- View this message in context: http://camel.465427.n5.nabble.com/New-component-comtribution-gu

New component comtribution - guidance required

2016-10-24 Thread Evgeny M
Good day, I would like to contribute a component to Apache Camel. The code, unit and integration tests are ready. Some issues around build as part of the larger camel component codebase (builds on its own fine), so I would like some guidance on what and where to fix. What would be a procedure fo

Re: Upgrading to 2.18 - Integration Test Issue

2016-10-24 Thread Evgeny M
Hmm. When I reassign Surefire to run in integration-test phase it failed with the same problem. Now it feels like it might be related to the maven lifecycle phase. -- View this message in context: http://camel.465427.n5.nabble.com/Upgrading-to-2-18-Integration-Test-Issue-tp5789152p5789164.htm

Re: Upgrading to 2.18 - Integration Test Issue

2016-10-24 Thread Evgeny M
Further investigation indicated that the issue is somehow related to the failsafe plugin for the integration tests. -- View this message in context: http://camel.465427.n5.nabble.com/Upgrading-to-2-18-Integration-Test-Issue-tp5789152p5789159.html Sent from the Camel Development mailing list ar

Upgrading to 2.18 - Integration Test Issue

2016-10-23 Thread Evgeny M
Good day. Working on a plugin and wanted to upgrade the code to 2.18.0 version. What builds fine with 2.17.2 now fails: Spring-Boot-Starter: starter not allowed for module skipping. Failed to execute goal org.apache.camel:camel-package-maven-plugin:2.18.0:prepare-spring-boot-auto-configuration

Component development : guidance required

2016-08-02 Thread Evgeny M
Good day. Working on a camel component for Google PubSub. One of the ways to get high throughput is a batched consumer, where a number of messages is received in a single API call. The obvious choice is to push them further down the line as individual exchanges. This, however, poses a certain i

Google Cloud PubSub

2016-07-22 Thread Evgeny M
Good day. I am looking into implementing a couple of Google Cloud PubSub components: - PubSub - BigQuery Just wanted to check in to see if there are reservations/requirements or if anyone has already started working on that. Let me know. Thanks. -- View this message in context: http://came

Re: Transactional Consumer Component

2016-07-11 Thread Evgeny M
Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Transactional-Consumer-Component-tp5784947p5785024.html Sent from the Camel Development mailing list archive at Nabble.com.

Transactional Consumer Component

2016-07-07 Thread Evgeny M
Could you please direct me to a an easy to follow example / component to copy from to develop a custom transactional consumer component. I have some experience with developing components (producers mainly), so what I am after is a guide how to approach transactional controls on top of it - essenti