Using Camel-Undertow Component for Supporting an http2 Connection
This article will help you to configure http2 protocol support for the camel-undertow component.
* Camel’s undertow component uses an embedded undertow web-container of version undertow-core:jar:1.4.21. This version also supports the http2 connection.
* I have used the Camel version 2.21.0-SNAPSHOT from upstream: https://github.com/apache/camel.
* Also, the version to test applications using the camel-undertow component is 7.53.1. This curl version supports tje -http2 flag for sending an http2 request.
* I have also used to test application from a Linux terminal. However, this article is not about http2 insights.
* For http2 details, I found articles [1] and [2] helpful.
1. The project structure is depicted below. https://goo.gl/bDyogY #DataIntegration #ML
Creating a Red Hat Fuse Hello World App
ICYDK: Prerequisite
Before you start, make sure you have installed the following software:
* Java SE Development Kit (JDK) version 1.8.x (Java 8)
* Apache Maven https://goo.gl/dL2mHY #DataIntegration #ML

