You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/01/31 13:59:26 UTC

svn commit: r1781083 - /qpid/java/trunk/tck/src/test/resources/resources.json

Author: orudyy
Date: Tue Jan 31 13:59:26 2017
New Revision: 1781083

URL: http://svn.apache.org/viewvc?rev=1781083&view=rev
Log:
QPID-7638: Tck test queue 'myQueue' should support 'message holding' for delivery delay tests

Modified:
    qpid/java/trunk/tck/src/test/resources/resources.json

Modified: qpid/java/trunk/tck/src/test/resources/resources.json
URL: http://svn.apache.org/viewvc/qpid/java/trunk/tck/src/test/resources/resources.json?rev=1781083&r1=1781082&r2=1781083&view=diff
==============================================================================
--- qpid/java/trunk/tck/src/test/resources/resources.json (original)
+++ qpid/java/trunk/tck/src/test/resources/resources.json Tue Jan 31 13:59:26 2017
@@ -21,7 +21,8 @@
 [
   {
     "name": "myQueue",
-    "nodeType": "QUEUE"
+    "nodeType": "QUEUE",
+    "arguments": {"holdOnPublishEnabled": true}
   },
   {
     "name": "myQueue2",



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