You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Example | Category | Description| Deploy with devfile
39
-
| link:activemq/README.adoc[ActiveMQ] (activemq) | Messaging | An example showing how to work with Camel, ActiveMQ openwire and Spring Boot | No
36
+
| link:spring-boot-jta-jpa-autoconfigure/README.adoc[Spring Boot Jta Jpa Autoconfigure] (spring-boot-jta-jpa-autoconfigure) | Advanced | An example showing JTA with Spring Boot Autoconfiguration
40
37
41
-
| link:actuator-http-metrics/README.adoc[Actuator HTTP Metrics] (actuator-http-metrics) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to gather info like mappings or metrics | No
38
+
| link:spring-boot-jta-jpa-xml/README.adoc[Spring Boot Jta Jpa Xml] (spring-boot-jta-jpa-xml) | Advanced | An example showing JTA with Spring Boot using Spring XML configuration
42
39
43
-
| link:amqp/README.adoc[Amqp] (amqp) | Messaging | An example showing how to work with Camel, ActiveMQ Amqp and Spring Boot | No
40
+
| link:webhook/README.adoc[Webhook] (webhook) | Advanced | Example on how to use the Camel Webhook component
44
41
45
-
| link:amqp-salesforce/README.adoc[AMQP Salesforce] (amqp-salesforce) | Messaging | AMQP message sending is created as contacts in Salesforce | No
42
+
| link:endpointdsl/README.adoc[Endpointdsl] (endpointdsl) | Beginner | Using type-safe Endpoint DSL
46
43
47
-
| link:arangodb/README.adoc[ArangoDB] (arangodb) | Database | An example showing the Camel ArangoDb component with Spring Boot | No
44
+
| link:jira/README.adoc[Jira] (jira) | Beginner | An example that uses Jira Camel API
48
45
49
-
| link:artemis/README.adoc[artemis] (artemis) | Messaging | An example showing how to work with Camel, ActiveMQ Artemis and Spring Boot | No
46
+
| link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris] (kamelet-chucknorris) | Beginner | How easy it is to create your own Kamelets
50
47
51
-
| link:aws2-s3/README.adoc[AWS2 S3] (aws2-s3) | Cloud | An example showing the Camel AWS2 S3 component with Spring Boot | No
48
+
| link:load-balancer-eip/README.adoc[Load Balancer Eip] (load-balancer-eip) | Beginner | An example showing Load Balancer EIP with Camel and Spring Boot
52
49
53
-
| link:azure/camel-example-spring-boot-azure-eventhubs/README.adoc[Azure Event Hubs] (azure-eventhubs) | Cloud | An example showing how to work with Camel, Azure Event Hubs and Spring Boot | No
50
+
| link:pojo/README.adoc[Pojo] (pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot
54
51
55
-
| link:azure/camel-example-spring-boot-azure-servicebus/README.adoc[Azure Service Bus] (azure-servicebus) | Cloud | An example showing how to work with Camel, Azure Service Bus and Spring Boot | No
52
+
| link:quartz/README.adoc[Quartz] (quartz) | Beginner | An example showing how to work with Camel Quartz and Camel Log with Spring Boot
56
53
57
-
| link:endpointdsl/README.adoc[Endpoint DSL] (camel-example-endpointdsl) | Beginner | Using type-safe Endpoint DSL | No
54
+
| link:rest-openapi-simple/README.adoc[REST OpenApi] (rest-openapi-simple) | Beginner | This example shows how to call a Rest service defined using OpenApi specification
58
55
59
-
| link:fhir/README.adoc[FHIR] (fhir) | Health Care | An example showing how to work with Camel, FHIR and Spring Boot | No
56
+
| link:route-reload/README.adoc[Spring Boot Route Reload] (route-reload) | Beginner | Live reload of routes if file is updated and saved
60
57
61
-
| link:fhir-auth-tx/README.adoc[Transaction] (fhir-auth-tx) | Health Care | An example showing how to work with Camel, FHIR Authorization, FHIR Transaction and Spring Boot | Yes
58
+
| link:routes-configuration/README.adoc[Routes Configuration] (routes-configuration) | Beginner | Example with global routes configuration for error handling
62
59
63
-
| link:health-checks/README.adoc[Health Checks] (health-checks) | Health Care | An example on how to work with health checks ib a simple Apache Camel application using Spring Boot. | Yes
60
+
| link:routetemplate/README.adoc[Routetemplate] (routetemplate) | Beginner | How to use route templates (parameterized routes)
64
61
65
-
| link:http-ssl/README.adoc[HTTP SSL] (http-ssl) | Rest | An example showing the Camel HTTP component with Spring Boot and SSL | No
62
+
| link:routetemplate-xml/README.adoc[Routetemplate Xml] (routetemplate-xml) | Beginner | How to use route templates (parameterized routes) in XML
66
63
67
-
| link:infinispan/README.adoc[Infinispan] (infinispan) | Cloud | An example showing the Camel Infinispan component with Spring Boot | No
64
+
| link:splitter-eip/README.adoc[Splitter Eip] (splitter-eip) | Beginner | An example showing Splitter EIP with Camel and Spring Boot
68
65
69
-
| link:jira/README.adoc[Jira] (jira) | Beginner | An example that uses Jira Camel API | No
66
+
| link:spring-boot/README.adoc[Spring Boot] (spring-boot) | Beginner | An example showing how to work with Camel and Spring Boot
70
67
71
-
| link:jolokia/README.adoc[Jolokia] (jolokia) | Management and Monitoring | An example that uses Jolokia to monitor and to manage Camel Routes | No
68
+
| link:spring-jdbc/README.adoc[Spring Jdbc] (spring-jdbc) | Beginner | Camel transacted routes integrating local Spring Transaction
72
69
73
-
| link:kafka-avro/README.adoc[Avro] (kafka-avro) | Messaging | An example for Kafka avro | No
70
+
| link:tomcat-jdbc/README.adoc[Tomcat Jdbc] (tomcat-jdbc) | Beginner | An example showing how to deploy a Camel Spring Boot application in Tomcat using its JDBC Data Source
74
71
75
-
| link:kafka-offsetrepository/README.adoc[offsetrepository] (kafka-offsetrepository) | Messaging | An example for Kafka offsetrepository | No
72
+
| link:type-converter/README.adoc[Type Converter] (type-converter) | Beginner | An example showing how to create custom type converter with Camel and Spring Boot
76
73
77
-
| link:kamelet-chucknorris/README.adoc[Kamelet Chuck Norris] (kamelet-chucknorris) | Beginner | How easy it is to create your own Kamelets | Yes
74
+
| link:xml/README.adoc[Spring Boot XML] (xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot
78
75
79
-
| link:load-balancer-eip/README.adoc[Custom Type Converter] (load-balancer-eip) | Beginner | An example showing Load Balancer EIP with Camel and Spring Boot | Yes
76
+
| link:xml-import/README.adoc[Spring Boot XML Import] (xml-import) | Beginner | An example showing how to work with Spring XML files imported with embedded CamelContext
80
77
81
-
| link:mail-ms-exchange-oauth2/README.adoc[Microsoft Exchange Oauth2 Authentication] (mail-exchange-oauth2) | Mail | An example showing how to use Camel on Spring Boot to connect with IMAP protocol and access email data for Office 365 users using OAuth2 authentication | No
78
+
| link:aws2-s3/README.adoc[Aws2 S3] (aws2-s3) | Cloud | An example showing the Camel AWS2 S3 component with Spring Boot
82
79
83
-
| link:master/README.adoc[Master] (master) | Clustering | An example showing how to work with Camel's Master component and Spring Boot | No
80
+
| link:azure/camel-example-spring-boot-azure-eventhubs/README.adoc[Spring Boot Azure Eventhubs] (camel-example-spring-boot-azure-eventhubs) | Cloud | An example showing how to work with Camel, Azure Event Hubs and Spring Boot
84
81
85
-
| link:metrics/README.adoc[Metrics] (metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite | Yes
82
+
| link:azure/camel-example-spring-boot-azure-servicebus/README.adoc[Spring Boot Azure Servicebus] (camel-example-spring-boot-azure-servicebus) | Cloud | An example showing how to work with Camel, Azure Service Bus and Spring Boot
86
83
87
-
| link:monitoring-micrometrics-grafana-prometheus/README.adoc[Monitoring] (monitoring) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to gather info like mappings or metrics | No
84
+
| link:infinispan/README.adoc[Infinispan] (infinispan) | Cloud | An example showing the Camel Infinispan component with Spring Boot
88
85
89
-
| link:multi-datasource-2pc/README.adoc[Multiple pooled datasources with two-phase commit] (muti-datasources-2pc) | Database | An example showing how to work with Camel and Spring Boot using multiple pooled datasources with two-phase commit | No
86
+
| link:servicecall/README.adoc[Spring Boot ServiceCall] (servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot
90
87
91
-
| link:observation/README.adoc[Observation] (observation) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with Micrometer Observation | No
88
+
| link:master/README.adoc[Master] (master) | Clustering | An example showing how to work with Camel's Master component and Spring Boot
92
89
93
-
| link:openapi-contract-first/README.adoc[OpenAPI Contract First] (openapi-contract-first) | Rest | Contract First OpenAPI example | No
90
+
| link:rest-cxf-opentelemetry/README.adoc[Rest Cxf Opentelemetry] (rest-cxf-opentelemetry) | CXF | An example showing Camel REST using CXF and OpenTelemetry with Spring Boot
94
91
95
-
| link:opentelemetry/README.adoc[OpenTelemetry] (opentelemetry) | Management and Monitoring | An example showing how to use Camel with OpenTelemetry | No
92
+
| link:soap-cxf/README.adoc[Soap Cxf] (soap-cxf) | CXF | An example showing the Camel SOAP CXF
96
93
97
-
| link:paho-mqtt5-shared-subscriptions/README.adoc[Paho MQTT5 Shared Subscriptions] (paho-mqtt5-shared-subscriptions) | Messaging | An example showing how to set up multiple mqtt5 consumers that use shared subscription feature of MQTT5 | Yes
94
+
| link:arangodb/README.adoc[Arangodb] (arangodb) | Database | An example showing the Camel ArangoDb component with Spring Boot
98
95
99
-
| link:platform-http/README.adoc[REST DSL and Platform HTTP] (platform-http) | Rest | An example showing Camel REST DSL with platform HTTP | No
96
+
| link:multi-datasource-2pc/README.adoc[Multi Datasource 2pc] (multi-datasource-2pc) | Database | An example showing how to work with Camel and Spring Boot using multiple pooled datasources with two-phase commit
100
97
101
-
| link:pojo/README.adoc[POJO Routing] (pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot | Yes
98
+
| link:resilience4j/README.adoc[Resilience4j] (resilience4j) | EIP | An example showing how to use Resilience4j EIP as circuit breaker in Camel routes
102
99
103
-
| link:quartz/README.adoc[Quartz] (quartz) | Beginner | An example showing how to work with Camel Quartz and Camel Log with Spring Boot | Yes
100
+
| link:saga/README.adoc[Saga] (saga) | EIP | This example shows how to work with a simple Apache Camel application using Spring Boot and Narayana LRA Coordinator to manage distributed actions implementing SAGA pattern
104
101
105
-
| link:rabbitmq/README.adoc[RabbitMQ] (rabbitmq) | Messaging | An example showing how to work with Cameland RabbitMQ | No
102
+
| link:fhir/README.adoc[Fhir] (fhir) | Health Care | An example showing how to work with Camel, FHIR and Spring Boot
106
103
107
-
| link:reactive-streams/README.adoc[Reactive Streams] (reactive-streams) | Reactive | An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor | Yes
104
+
| link:fhir-auth-tx/README.adoc[Fhir Auth Tx] (fhir-auth-tx) | Health Care | An example showing how to work with Camel, FHIR Authorization, FHIR Transaction and Spring Boot
105
+
108
106
109
-
| link:resilience4j/README.adoc[Resilience4j] (resilience4j) | EIP | An example showing how to use Resilience4j EIP as circuit breaker in Camel routes | No
107
+
| link:health-checks/README.adoc[Health Checks] (health-checks) | Health Care | An example on how to work with health checks ib a simple Apache Camel application using Spring Boot.
110
108
111
-
| link:rest-cxf-opentelemetry/README.adoc[REST using CXF and OpenTelemetry] (rest-cxf-opentelemetry) | CXF | An example showing Camel REST using CXF and OpenTelemetry with Spring Boot | No
109
+
| link:validator/README.adoc[Validator Spring Boot] (validator) | Input/Output Type Contract | An example showing how to work with declarative validation and Spring Boot
112
110
113
-
| link:rest-openapi/README.adoc[REST DSL and OpenApi] (rest-openapi) | Rest | An example showing Camel REST DSL and OpenApi with Spring Boot | Yes
111
+
| link:mail-ms-exchange-oauth2/README.adoc[Mail Ms Exchange Oauth2] (mail-ms-exchange-oauth2) | Mail | An example showing how to use Camel on Spring Boot to connect
112
+
with IMAP protocol and access email data for Office 365 users using OAuth2 authentication
114
113
115
-
| link:rest-openapi-simple/README.adoc[OpenApi Simple] (rest-openapi-simple) | Beginner | This example shows how to call a Rest service defined using OpenApi specification | No
114
+
| link:actuator-http-metrics/README.adoc[Actuator Http Metrics] (actuator-http-metrics) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to gather info like mappings or metrics
116
115
117
-
| link:rest-openapi-springdoc/README.adoc[REST DSL and OpenApi] (rest-openapi-springdoc) | Rest | An example showing Camel REST DSL and OpenApi with a Springdoc UI in a Spring Boot application | Yes
116
+
| link:jolokia/README.adoc[Jolokia] (jolokia) | Management and Monitoring | An example that uses Jolokia to monitor and to manage Camel Routes
118
117
119
-
| link:route-reload/README.adoc[Route Reload] (route-reload) | Beginner | Live reload of routes if file is updated and saved | Yes
118
+
| link:metrics/README.adoc[Metrics] (metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite
120
119
121
-
| link:routes-configuration/README.adoc[Routes Configuration] (routes-configuration) | Beginner | Example with global routes configuration for error handling | No
120
+
| link:monitoring-micrometrics-grafana-prometheus/README.adoc[Monitoring Micrometrics Grafana Prometheus] (monitoring-micrometrics-grafana-prometheus) | Management and Monitoring | Example on how to use Spring Boot's Actuator endpoints to
121
+
gather info like mappings or metrics
122
+
122
123
123
-
| link:routetemplate/README.adoc[Route Template] (routetemplate) | Beginner | How to use route templates (parameterized routes) | Yes
124
+
| link:observation/README.adoc[Micrometer Observation] (observation) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with Micrometer Observation
125
+
124
126
125
-
| link:routetemplate-xml/README.adoc[XML] (routetemplate-xml) | Beginner | How to use route templates (parameterized routes) in XML | No
127
+
| link:opentelemetry/README.adoc[OpenTelemetry] (opentelemetry) | Management and Monitoring | An example showing how to use Camel with OpenTelemetry
128
+
126
129
127
-
| link:saga/README.adoc[Saga] (saga) | EIP | This example shows how to work with a simple Apache Camel application using Spring Boot and Narayana LRA Coordinator to manage distributed actions implementing SAGA pattern | No
130
+
| link:supervising-route-controller/README.adoc[Supervising Route Controller] (supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot
128
131
129
-
| link:servicecall/README.adoc[ServiceCall] (servicecall) | Cloud | An example showing how to work with Camel ServiceCall EIP and Spring Boot | No
132
+
| link:activemq/README.adoc[Activemq] (activemq) | Messaging | An example showing how to work with Camel, ActiveMQ openwire and Spring Boot
130
133
131
-
| link:soap-cxf/README.adoc[SOAP CXF] (soap-cxf) | CXF | An example showing the Camel SOAP CXF | No
134
+
| link:amqp/README.adoc[Amqp] (amqp) | Messaging | An example showing how to work with Camel, ActiveMQ Amqp and Spring Boot
132
135
133
-
| link:splitter-eip/README.adoc[Camel Splitter EIP] (splitter-eip) | Beginner | An example showing Splitter EIP with Camel and Spring Boot | Yes
136
+
| link:amqp-salesforce/README.adoc[Amqp Salesforce] (amqp-salesforce) | Messaging | AMQP message sending is created as contacts in Salesforce
134
137
135
-
| link:spring-boot/README.adoc[Spring Boot] (camel-example-spring-boot) | Beginner | An example showing how to work with Cameland Spring Boot | No
138
+
| link:artemis/README.adoc[Artemis] (artemis) | Messaging | An example showing how to work with Camel, ActiveMQ Artemis and Spring Boot
136
139
137
-
| link:spring-boot-jta-jpa-autoconfigure/README.adoc[JTA] (spring-boot-jta-jpa-autoconfigure) | Advanced | An example showing JTA with Spring Boot Autoconfiguration | No
140
+
| link:kafka-avro/README.adoc[Kafka Avro] (kafka-avro) | Messaging | An example for Kafka avro
138
141
139
-
| link:spring-boot-jta-jpa-xml/README.adoc[JTA] (spring-boot-jta-jpa-xml) | Advanced | An example showing JTA with Spring Boot using Spring XML configuration | No
142
+
| link:kafka-offsetrepository/README.adoc[Kafka Offsetrepository] (kafka-offsetrepository) | Messaging | An example for Kafka offsetrepository
140
143
141
-
| link:spring-jdbc/README.adoc[Spring JDBC] (spring-jdbc) | Beginner | Camel transacted routes integrating local Spring Transaction | No
144
+
| link:paho-mqtt5-shared-subscriptions/README.adoc[Paho Mqtt5 Shared Subscriptions] (paho-mqtt5-shared-subscriptions) | Messaging | An example showing how to set up multiple mqtt5 consumers that use shared subscription feature of MQTT5
142
145
143
-
| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi integration on Openshift/Kubernetes | No
146
+
| link:rabbitmq/README.adoc[Rabbitmq] (rabbitmq) | Messaging | An example showing how to work with Camel and RabbitMQ
144
147
145
-
| link:supervising-route-controller/README.adoc[Supervising Route Controller] (supervising-route-controller) | Management and Monitoring | An example showing how to work with Camel's Supervising Route Controller and Spring Boot | Yes
148
+
| link:strimzi/README.adoc[Strimzi] (strimzi) | Messaging | Camel example which a route is defined in XML for Strimzi
149
+
integration on Openshift/Kubernetes
150
+
146
151
147
-
| link:tomcat-jdbc/README.adoc[Tomcat JDBC] (camel-example-spring-boot) | Beginner | An example showing how to deploy a Camel Spring Boot application in Tomcat using its JDBC Data Source | No
152
+
| link:widget-gadget/README.adoc[Widget Gadget] (widget-gadget) | Messaging | The widget and gadget example from EIP book, running on Spring Boot
148
153
149
-
| link:type-converter/README.adoc[Custom Type Converter] (type-converter) | Beginner | An example showing how to create custom type converter with Camel and Spring Boot | Yes
154
+
| link:reactive-streams/README.adoc[Reactive Streams] (reactive-streams) | Reactive | An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor
155
+
150
156
151
-
| link:validator/README.adoc[Validator] (validator) | Input/Output Type Contract | An example showing how to work with declarative validation and Spring Boot | Yes
157
+
| link:http-ssl/README.adoc[Http Ssl] (http-ssl) | Rest | An example showing the Camel HTTP component with Spring Boot and SSL
152
158
153
-
| link:webhook/README.adoc[Webhook] (webhook) | Advanced | Example on how to use the Camel Webhook component | No
159
+
| link:openapi-contract-first/README.adoc[Openapi Contract First] (openapi-contract-first) | Rest | Contract First OpenAPI example
154
160
155
-
| link:widget-gadget/README.adoc[Widget Gadget] (widget-gadget) | Messaging | The widget and gadget example from EIP book, running on Spring Boot | No
156
-
157
-
| link:xml/README.adoc[XML] (xml) | Beginner | An example showing how to work with Camel routes in XML files and Spring Boot | Yes
158
-
159
-
| link:xml-import/README.adoc[XML Import] (xml-import) | Beginner | An example showing how to work with Spring XML files imported with embedded CamelContext | Yes
161
+
| link:platform-http/README.adoc[Platform Http] (platform-http) | Rest | An example showing Camel REST DSL with platform HTTP
160
162
163
+
| link:rest-openapi/README.adoc[Rest Openapi] (rest-openapi) | Rest | An example showing Camel REST DSL and OpenApi with Spring Boot
161
164
165
+
| link:rest-openapi-springdoc/README.adoc[Rest Openapi Springdoc] (rest-openapi-springdoc) | Rest | An example showing Camel REST DSL and OpenApi with a Springdoc UI in a Spring Boot application
0 commit comments