diff options
| author | Gordon Sim <gsim@apache.org> | 2007-01-29 12:13:04 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-01-29 12:13:04 +0000 |
| commit | a327ecc9225fb303f7fc1305d0e135f331dc7bce (patch) | |
| tree | 9c15917d217dd3e45ad7df25e09c7a07b0b4349d /java/common/src | |
| parent | 81816f0a27c9115689a0e1f4c4b0b5bef6f71590 (diff) | |
| download | qpid-python-a327ecc9225fb303f7fc1305d0e135f331dc7bce.tar.gz | |
Fixes to get the python queue tests to work.
(NB: currently, auto-delete is not in so tests that re-use the same exclusive queue conflict with each other)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@501021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common/src')
| -rw-r--r-- | java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java b/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java index a0d243ca30..8ea0d6ef1a 100644 --- a/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java +++ b/java/common/src/main/java/org/apache/qpid/protocol/AMQConstant.java @@ -92,7 +92,7 @@ public final class AMQConstant public static final AMQConstant RESOURCE_ERROR = new AMQConstant(506, "resource error", true); - public static final AMQConstant NOT_ALLOWED = new AMQConstant(507, "not allowed", true); + public static final AMQConstant NOT_ALLOWED = new AMQConstant(530, "not allowed", true); public static final AMQConstant NOT_IMPLEMENTED = new AMQConstant(540, "not implemented", true); |
