[
https://issues.apache.org/jira/browse/ARTEMIS-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132019#comment-16132019
]
ASF GitHub Bot commented on ARTEMIS-1350:
-----------------------------------------
Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1471#discussion_r133925554
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/ActiveMQServerControl.java
---
@@ -773,6 +773,24 @@ void destroyQueue(@Parameter(name = "name", desc =
"Name of the queue to destroy
boolean closeConnectionsForUser(@Parameter(desc = "a user name", name =
"userName") String address) throws Exception;
/**
+ * Closes the connection with the given id.
+ */
+ @Operation(desc = "Closes all the connection with the id", impact =
MBeanOperationInfo.INFO)
+ boolean closeConnectionWithID(@Parameter(desc = "The connection ID",
name = "ID") String ID) throws Exception;
+
+ /**
+ * Closes the session with the given id.
+ */
+ @Operation(desc = "Closes the session with the id", impact =
MBeanOperationInfo.INFO)
+ boolean closeSessionWithID(String connectionID, String ID) throws
Exception;
+
+ /**
+ * Closes the session with the given id.
--- End diff --
nit: java doc should state closes the **consumer**
> Update management console to expose client side objects
> -------------------------------------------------------
>
> Key: ARTEMIS-1350
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1350
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Martyn Taylor
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)