GitHub user brunoNetId opened a pull request:
https://github.com/apache/camel/pull/2096
Camel Example AMQP Artemis
This is proposal to include a new camel example showcasing AMQP Artemis
connectivity and how to embed an AMQP enabled Artemis broker for testing in
isolation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brunoNetId/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2096.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2096
----
commit ce8aaf9470c52d3f408a729e2a2e6e4579723a43
Author: Bruno Meseguer <[email protected]>
Date: 2017-11-15T19:02:27Z
added new example showing how to use amqp with artemis.
commit db7896dfabb65af0b80d11648fbab9ca8c16ff37
Author: Bruno Meseguer <[email protected]>
Date: 2017-11-17T16:06:26Z
fixed some code-style issues.
----
---