You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/05 16:56:37 UTC

[1/2] activemq-artemis git commit: add getter method for channel and channelName fields

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 9843f5f31 -> 391db0b01


add getter method for channel and channelName fields


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0648d47e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0648d47e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0648d47e

Branch: refs/heads/master
Commit: 0648d47e34bb83517f20ed08cb73f957952e6d71
Parents: 9843f5f
Author: Jeff Mesnil <jm...@gmail.com>
Authored: Tue Apr 28 16:44:38 2015 +0200
Committer: Jeff Mesnil <jm...@gmail.com>
Committed: Tue May 5 16:19:56 2015 +0200

----------------------------------------------------------------------
 .../artemis/api/core/ChannelBroadcastEndpointFactory.java | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0648d47e/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/ChannelBroadcastEndpointFactory.java
----------------------------------------------------------------------
diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/ChannelBroadcastEndpointFactory.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/ChannelBroadcastEndpointFactory.java
index 5be1d6d..58075bf 100644
--- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/ChannelBroadcastEndpointFactory.java
+++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/ChannelBroadcastEndpointFactory.java
@@ -30,6 +30,16 @@ public class ChannelBroadcastEndpointFactory implements BroadcastEndpointFactory
       this.channelName = channelName;
    }
 
+   public JChannel getChannel()
+   {
+      return channel;
+   }
+
+   public String getChannelName()
+   {
+      return channelName;
+   }
+
    @Override
    public BroadcastEndpoint createBroadcastEndpoint() throws Exception
    {


[2/2] activemq-artemis git commit: This closes #224 on channel methods through JGroups config

Posted by cl...@apache.org.
This closes #224 on channel methods through JGroups config


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/391db0b0
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/391db0b0
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/391db0b0

Branch: refs/heads/master
Commit: 391db0b0151eba8f20ff5f9f49ebbcf563687b7b
Parents: 9843f5f 0648d47
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue May 5 10:56:09 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 5 10:56:09 2015 -0400

----------------------------------------------------------------------
 .../artemis/api/core/ChannelBroadcastEndpointFactory.java | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------