Giter VIP home page Giter VIP logo

camel-wildfly-notification's Introduction

camel-wildfly-notification

Requirements

Preparing

Build the project source code

cd $PROJECT_ROOT
mvn clean install

Deploying to a standalone WidlFly server

cd $PROJECT_ROOT
mvn wildfly:deploy

Running the example in OpenShift

It is assumed that:

Issue the following commands:

oc login
oc new-project fuse
oc create -f src/main/kube/serviceaccount.yml
oc create -f src/main/kube/configmap.yml
oc create -f src/main/kube/secret.yml
oc secrets add sa/camel-wildfly-notification-sa secret/camel-wildfly-notification-secret
oc policy add-role-to-user view system:serviceaccount:fuse:camel-wildfly-notification-sa
mvn -Popenshift fabric8:deploy

Testing the code

There is a SoapUI project located in the src/test/soapui folder that can be used to send in requests.

You will also need to start the FakeSMTP server or configure the application's properties to point to a real SMTP server.

Notes

There is a properties file src/main/kube/openshift-application.properties file that contains OpenShift secret properties used by the application. If you need to change them, you can do so and then Base64 encode the file (ie, base64 -i src/main/kube/openshift-application.properties), and place the output of that in the 'application.properties' section of the src/main/kube/secret.yml file.

camel-wildfly-notification's People

Contributors

joshdreagan avatar

Watchers

aniello avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.