AbrahamArellano / camel-amq-integrator

Camel project that defines a producer and consumer to a external AMQ 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMS & File Example

Introduction

This example creates a simple producer and consumer using camel framework.

Build

You will need to compile this example first:

mvn compile

Consumer Run

The example should run if you type

mvn camel:run

This will create 10 concurrent consumers of the queue "testclient.payment.request"

Producer Run

To run this example:

Right click on the java class -> Run As -> Java Application

This will send 10 messages to the queue "testclient.payment.request"

About

Camel project that defines a producer and consumer to a external AMQ 7


Languages

Language:Java 100.0%