https://github.com/jamesnetherton/camel-infinispan-demo
https://github.com/jamesnetherton/camel-infinispan-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesnetherton/camel-infinispan-demo
- Owner: jamesnetherton
- Created: 2021-07-13T07:43:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T13:46:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-19T21:18:03.180Z (7 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camel Quarkus Infinispan Demo
To run this project, you must first build the latest Quarkus & Camel Quarkus SNAPSHOTs.
1. Ensure you have a locally built Quarkus `999-SNAPSHOT`
2. Clone the [Camel Quarkus](https://github.com/apache/camel-quarkus) source, switch to the `quarkus-main` branch and build the project: `mvn clean install -Dquickly -T1C`
3. Modify the property values in `application.properties` to suit your local Infinispan server
4. Create a cache in Infinispan named `camel`With the above prerequisites in place, you can run the demo app tests `mvn clean test`.