Skip to content

Route message from ActiveMQ to Derby Database using Camel

License

Notifications You must be signed in to change notification settings

salikjan/camel-sql-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camel-sql-queue

Route message from ActiveMQ to Derby Database using Camel

Purpose: Receive message from queue in activemq and route it to derby database using camel-sql. Message stored in database must contain body and current timestamp.

  1. Dependencies for Apache ServiceMix

feature:repo-add camel 2.16.4 feature:install camel

feature:install camel-spring feature:install camel-sql

feature:install spring-jdbc

bundle:install -s mvn:commons-dbcp/commons-dbcp/1.4 bundle:install -s mvn:commons-dbcp/commons-dbcp/1.6 bundle:install -s mvn:org.apache.derby/derby/10.12.1.1

  1. To build this project use mvn install

  2. To deploy the project in Apache Servicemix run the following command bundle:install -s mvn:ru.sydev/message_reader/1.0.0-SNAPSHOT

  3. You can also run this project by mvn camel:run

About

Route message from ActiveMQ to Derby Database using Camel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published