Git Product home page Git Product logo

jayahir / eip-example-polling-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joelicious/eip-example-polling-service

0.0 1.0 0.0 36 KB

A project that demonstrates the file/ftp/sftp/jms/jdbc Camel Endpoints. It also includes unit testing that provisions embedded ftp/sftp/jms/jdbc servers.

Home Page: https://medium.com/@joelicious/advanced-unit-testing-with-camel-blueprint-82db9b0a1b77#.d3rvn3ox7

Java 100.00%

eip-example-polling-service's Introduction

Polling Service

A project that demonstrates the file/ftp/sftp/jms/jdbc/email Camel Endpoints. It also includes unit testing that provisions embedded ftp/sftp/jms/jdbc/mail servers.

  1. entities.travel : a module that contains Java Objects with XML Bind Annotations. These objects are used to marshal and unmarshal data between Java and XML.
  2. services.polling.emaillistener : a module that listens to an Email Account and will pass the attachments of an email to the Orchestration layer. It contains a unit test that embeds a GreenMail server and a JMS broker in order to test the route.
  3. services.polling.filelistener : a module that watches a file system location for CSV files. It contains a unit test that embeds a JMS broker in order to test the route’s functionality.
  4. services.polling.ftplistener : a module that monitors a FTP location for CSV files. It contains a unit test that embeds a FTP server and a JMS broker in order to test the route’s functionality.
  5. services.polling.sftplistener : a module that monitors a SFTP location for CSV files. It contains a unit test that embeds a SFTP server in order to test the route’s functionality.
  6. orchestration.polling.core : a module that monitors a JMS location for XML Documents and then persists the data to a database. It contains a unit test that embeds a JMS broker and a Derby Database in order to test the route’s functionality.
  7. features.polling : a module that creates a Karaf Feature file for easier deployments to JBoss Fuse.

To install the application, perform the following:

karaf@root> features:addurl mvn:org.jboss.fuse/features.polling/0.0.1-SNAPSHOT/xml/features

karaf@root> features:install app-polling

eip-example-polling-service's People

Contributors

joelicious avatar

Watchers

James Cloos 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.