https://github.com/soujava/camel-amq-netty-examples
https://github.com/soujava/camel-amq-netty-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soujava/camel-amq-netty-examples
- Owner: soujava
- Created: 2015-10-05T12:41:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T15:36:26.000Z (over 9 years ago)
- Last Synced: 2025-01-27T10:45:05.008Z (5 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Camel - ActiveMQ - Netty - Examples and POCs
This module was created to test the Netty TooLongFrameException when used with OSGi containers.
This includes 2 test cases that are evidencing the problem from a unit test perspective.
Future implementations will include more examples of failing scenarios and problems found on day-to-day working with the stack.
# Camel - ActiveMQ - Netty - Examples and POCs
=========================To build this project use
```mvn install```
To run this project from within Maven use
```mvn camel:run```
To run this project with FUSE or any other OSGi Karaf container, after starting the container `./fuse`
(make sure you did clean install before running this)
Add the features url:
```
features:addurl mvn:br.org.soujava/camel-amq-netty-examples/1.0/xml/features
```Then install it:
```
features:install camel-amq-netty-examples
```