You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2014/06/15 14:47:01 UTC

[jira] [Created] (QPID-5818) AMQP model mutating actions should use task executors

Keith Wall created QPID-5818:
--------------------------------

             Summary: AMQP model mutating actions should use task executors
                 Key: QPID-5818
                 URL: https://issues.apache.org/jira/browse/QPID-5818
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall
             Fix For: 0.29


All AMQP actions (queue declare etc) that mutate the model must use the task executor in order to fit with the scheme whereby all model updates are the responsibility of a single thread.

There are a couple of interesting corner cases:

    Queue browsers - consuming the last message causes the consumer to close (=model operation)
    Sending message that cannot be routed cause the connection to be closed (=model operation).

Scope must include AMQP 0-8, 0-10, 1-10 and management interfaces.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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