项目作者: mnarcila

项目描述 :
Apache Camel Fuse service
高级语言: Java
项目地址: git://github.com/mnarcila/camel-fuse-service.git
创建时间: 2019-10-07T04:35:13Z
项目社区:https://github.com/mnarcila/camel-fuse-service

开源协议:GNU General Public License v3.0

下载


Camel ActiveMQ Project

This project embeds Apache ActiveMQ together with Apache Camel.

To build this project use

  1. mvn install

To run this project

  1. mvn camel:run

To run this project on JBoss Fuse shell :

  1. - create a properties file named camel.activemq.spring.conf in etc folder of JBoss Fuse containing ActiveMQ
  2. connection options, i.e :
  3. broker.url = tcp://localhost:61616
  4. broker.username = admin
  5. broker.password = admin
  6. - install dependencies from Fuse shell:
  7. features:install activemq-camel
  8. - install the bundle from Fuse shell
  9. install -s mvn:com.mycompany/camel-activemq-blueprint/1.0.0-SNAPSHOT

For more general help see the Apache Camel documentation

  1. http://camel.apache.org/

For more help on ActiveMQ Camel component see the Apache Camel documentation for ActiveMQ

  1. http://camel.apache.org/activemq.html