diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2014-03-04 22:52:05 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2014-03-04 22:52:05 +0000 |
| commit | 0096aa9a3c5969db8a3d517ba5cbfb6979d1eb24 (patch) | |
| tree | 3ac3c144cf42e9cfe7e22c1cd879c65a89d42319 /qpid/java/broker-plugins/amqp-1-0-protocol/src | |
| parent | 291bbc2729009bac61602fcb268af619df764bbb (diff) | |
| download | qpid-python-0096aa9a3c5969db8a3d517ba5cbfb6979d1eb24.tar.gz | |
QPID-5601 : [Java Broker] The 0-x "default exchange" should not actually be modelled as an Exchange
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1574235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/amqp-1-0-protocol/src')
| -rw-r--r-- | qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java b/qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java index 1e5c8caa18..78dcab9d75 100644 --- a/qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java +++ b/qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java @@ -130,11 +130,7 @@ public class Session_1_0 implements SessionEventListener, AMQSessionModel<Sessio MessageSource queue = getVirtualHost().getMessageSource(addr); if(queue != null) { - destination = new MessageSourceDestination(queue); - - - } else { @@ -145,7 +141,6 @@ public class Session_1_0 implements SessionEventListener, AMQSessionModel<Sessio } else { - endpoint.setSource(null); destination = null; } |
