DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Types of errors that are possible:
- connection failure (after connection has been established)
...
- Transaction related errors - not sure what the set is, probably just copy from spec exceptions.
Impact of errors:
- session no longer valid[1]
- connection no longer valid[1]
- transaction aborted
- no longer term impact, specific call simply failed
[1] May want to distinguish between amqp 0-10 session and sessions in the messaging api here. E.g. even if a particular condition kills the amqp 0-10 session/connection, that may not prevent recreating the session or reconnecting.