[
https://issues.apache.org/jira/browse/CAMEL-10918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901410#comment-15901410
]
ASF GitHub Bot commented on CAMEL-10918:
----------------------------------------
GitHub user ryeats opened a pull request:
https://github.com/apache/camel/pull/1514
CAMEL-10918 create sjms2 component to add support for JMS 2.0
This PR adds a SJMS2 component that can support shared subscriptions along
with some modifications to the SJMS component so that it could be extended by
the new SJMS2 component.
I created the branch off of 2.18.x let me know if it should be off master.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryeats/camel sjms-sharedconsumer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1514.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 #1514
----
commit 7b5978fbf053abf14c3d4fc21507c027977caf32
Author: Ryan Yeats <[email protected]>
Date: 2017-03-01T22:19:19Z
CAMEL-10918 create sjms2 component to add support for JMS 2.0
----
> JMS 2.0 shared subscriptions
> ----------------------------
>
> Key: CAMEL-10918
> URL: https://issues.apache.org/jira/browse/CAMEL-10918
> Project: Camel
> Issue Type: New Feature
> Components: camel-sjms
> Reporter: Ryan Yeats
>
> This is presumptions of me and I apologize for that and will understand if
> this is closed outright but I was going to fork camel-sjms and add support
> for some JMS 2.0 for my own uses and during testing found out that it was
> still backwards compatible and figured I would contribute it back if you guys
> found it worth maintaining.
> Tested this on karaf 4.10 with activemq 5.14.3 shared subscriptions caused a
> NoSuchMethodException as expected but everything else seemed to work. Also
> tested on karaf 4.10 with artemis 1.5.1 shared subscriptions worked.
> Here is the changeset:
> https://github.com/ryeats/camel/commit/80f875572ffd2a16ec24d9302479201dc9b188f6.patch
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)