diff options
Diffstat (limited to 'qpid/specs')
| -rw-r--r-- | qpid/specs/amqp.0-10-preview.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/specs/amqp.0-10-preview.xml b/qpid/specs/amqp.0-10-preview.xml index a743025f65..be15561ed2 100644 --- a/qpid/specs/amqp.0-10-preview.xml +++ b/qpid/specs/amqp.0-10-preview.xml @@ -231,6 +231,12 @@ </doc> </constant> + <constant name="session-busy" value="407" class="soft-error"> + <doc> + A session.resume was attempted for a session already attached to another channel. + </doc> + </constant> + <constant name="frame-error" value="501" class="hard-error"> <doc> The client sent a malformed frame that the server could not decode. This strongly implies a @@ -294,6 +300,12 @@ </doc> </constant> + <constant name="channel-busy" value="543" class="hard-error"> + <doc> + A session.open was sent on a channel that was already attached to a session. + </doc> + </constant> + <!-- XA constants --> <constant name="xa-ok" value="0"> |
