You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/05/18 17:12:35 UTC

qpid-broker-j git commit: QPID-7776: [Java Broker] Add flow to disk as option to UI

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 98c26d833 -> f0772ebfe


QPID-7776: [Java Broker] Add flow to disk as option to UI


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/f0772ebf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/f0772ebf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/f0772ebf

Branch: refs/heads/master
Commit: f0772ebfe9ac38dd800d4b7342c6654fefe18753
Parents: 98c26d8
Author: Keith Wall <ke...@gmail.com>
Authored: Thu May 18 18:11:19 2017 +0100
Committer: Keith Wall <ke...@gmail.com>
Committed: Thu May 18 18:11:44 2017 +0100

----------------------------------------------------------------------
 .../management-http/src/main/java/resources/addQueue.html           | 1 +
 .../management-http/src/main/java/resources/editQueue.html          | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/f0772ebf/broker-plugins/management-http/src/main/java/resources/addQueue.html
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/src/main/java/resources/addQueue.html b/broker-plugins/management-http/src/main/java/resources/addQueue.html
index 765d16f..03a0011 100644
--- a/broker-plugins/management-http/src/main/java/resources/addQueue.html
+++ b/broker-plugins/management-http/src/main/java/resources/addQueue.html
@@ -182,6 +182,7 @@
                                 <option value="NONE">None</option>
                                 <option value="RING">Ring</option>
                                 <option value="PRODUCER_FLOW_CONTROL">Producer Flow Control</option>
+                                <option value="FLOW_TO_DISK">Flow To Disk</option>
                             </select>
                         </div>
                     </div>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/f0772ebf/broker-plugins/management-http/src/main/java/resources/editQueue.html
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/src/main/java/resources/editQueue.html b/broker-plugins/management-http/src/main/java/resources/editQueue.html
index a0f9afe..9cf947d 100644
--- a/broker-plugins/management-http/src/main/java/resources/editQueue.html
+++ b/broker-plugins/management-http/src/main/java/resources/editQueue.html
@@ -176,6 +176,7 @@
                                     <option value="NONE">None</option>
                                     <option value="RING">Ring</option>
                                     <option value="PRODUCER_FLOW_CONTROL">Producer Flow Control</option>
+                                    <option value="FLOW_TO_DISK">Flow To Disk</option>
                                 </select>
                             </div>
                         </div>


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