You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2019/07/05 19:22:42 UTC

[qpid-dispatch] branch master updated: DISPATCH-1382 - Create procedure for closing connection from console. This closes #533

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 79489da  DISPATCH-1382 - Create procedure for closing connection from console. This closes #533
79489da is described below

commit 79489da565a72d6c044bbce7aa74ab592290259d
Author: Ben Hardesty <bh...@redhat.com>
AuthorDate: Wed Jul 3 16:43:47 2019 -0400

    DISPATCH-1382 - Create procedure for closing connection from console. This closes #533
---
 docs/books/user-guide/using-console.adoc | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/books/user-guide/using-console.adoc b/docs/books/user-guide/using-console.adoc
index f42ded2..e46104b 100644
--- a/docs/books/user-guide/using-console.adoc
+++ b/docs/books/user-guide/using-console.adoc
@@ -96,7 +96,7 @@ The {ConsoleName} opens. If you set up user name and password authentication, th
 --
 If you set up user name and password authentication, enter your user name and password to access the web console.
 
-The syntax for the user name is <user>@<domain>. For example: `admin@my-domain`.
+The syntax for the user name is <__user__>@<__domain__>. For example: `admin@my-domain`.
 --
 
 == Monitoring the router network using the web console
@@ -120,3 +120,17 @@ In the web console, you use the tabs to monitor the router network.
 | `Schema` | The management schema that controls each of the routers in the router network.
 
 |===
+
+== Closing a connection
+
+If a consumer is processing messages too slowly, or has stopped processing messages without settling its deliveries, you can close the connection. When you close the connection, the "stuck" deliveries are released (meaning they are not delivered to any consumers).
+
+.Procedure
+
+. Identify any connections with slow or stuck consumers.
+.. Navigate to menu:Overview[Connections].
+.. Click a connection, and then click *Links*.
++
+The *Rate*, *Delayed 10 sec*, and *Delayed 1 sec* columns indicate if there are any slow or stuck consumers on the connection.
+
+. Click btn:[Kill] to close the connection.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org