[
https://issues.apache.org/jira/browse/FALCON-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879444#comment-13879444
]
Jean-Baptiste Onofré commented on FALCON-246:
---------------------------------------------
It can't be a class in prism: if you add a dependency to prism in messaging or
rerun for instance, you introduce a Maven cyclic dependency (as prism itself
uses messaging).
The only solutions are:
1/ don't use EmbeddedBroker in the test (in messaging, rerun, etc). I think
it's not good as we don't really test what we provide.
2/ use a Maven module dedicated to EmbeddedBroker and depends to it in prism
(compile scope) and messaging/rerun (test scope)
> Upgrade to ActiveMQ 5.9.0
> -------------------------
>
> Key: FALCON-246
> URL: https://issues.apache.org/jira/browse/FALCON-246
> Project: Falcon
> Issue Type: Improvement
> Components: messaging
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Attachments: FALCON-246.patch
>
>
> ActiveMQ 5.9.0 brings a lot of improvements, especially in terms of
> performance.
> I gonna submit a set of patches for this upgrade and leverage the different
> configurations including performance improvements (kahadb, leveldb, etc) in
> embedded mode.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)