You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by clebertsuconic <gi...@git.apache.org> on 2016/08/23 13:59:25 UTC

[GitHub] activemq-artemis pull request #726: Don't send jgroup messages to self

Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/726#discussion_r75871028
  
    --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/jgroups/JChannelWrapper.java ---
    @@ -39,7 +40,7 @@
        final List<JGroupsReceiver> receivers = new ArrayList<>();
        private final JChannelManager manager;
     
    -   public JChannelWrapper(JChannelManager manager, final String channelName, JChannel channel) throws Exception {
    --- End diff --
    
    I don't see why you would need to make this change here? can you place the final back?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---