File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
activemq-broker/src/main/java/org/apache/activemq/broker/jmx Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ public String getClientId() {
105105 return connection .getConnectionId ();
106106 }
107107
108+ @ Override
108109 public String getConnectionId () {
109110 return connection .getConnectionId ();
110111 }
Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ public interface ConnectionViewMBean extends Service {
6868 @ MBeanInfo ("client id for this connection" )
6969 String getClientId ();
7070
71+ /**
72+ * Returns the identifier for this connection
73+ *
74+ * @return the identifier for this connection
75+ */
76+ @ MBeanInfo ("ID for this connection" )
77+ String getConnectionId ();
78+
7179 /**
7280 * Returns the number of messages to be dispatched to this connection
7381 * @return the number of messages pending dispatch
You can’t perform that action at this time.
0 commit comments