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/12/14 13:38:58 UTC

qpid-broker-j git commit: QPID-8058: [Broker-J] Address review comments

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master ea3d78d49 -> 95d34b922


QPID-8058: [Broker-J] Address review comments


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/95d34b92
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/95d34b92
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/95d34b92

Branch: refs/heads/master
Commit: 95d34b9224c8d5aab5bf55cabc721120994e42d6
Parents: ea3d78d
Author: Alex Rudyy <or...@apache.org>
Authored: Thu Dec 14 13:05:36 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Thu Dec 14 13:05:36 2017 +0000

----------------------------------------------------------------------
 .../qpid/server/virtualhost/AbstractSystemMessageSource.java     | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/95d34b92/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractSystemMessageSource.java
----------------------------------------------------------------------
diff --git a/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractSystemMessageSource.java b/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractSystemMessageSource.java
index 76d91af..b703ec1 100644
--- a/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractSystemMessageSource.java
+++ b/broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractSystemMessageSource.java
@@ -165,6 +165,10 @@ public abstract class AbstractSystemMessageSource implements MessageSource
                                                 propertiesMessageInstance.getMessageReference());
                 }
             }
+            else
+            {
+                _target.noMessagesAvailable();
+            }
             return null;
         }
 


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