RFE: Send messages without a connection
---------------------------------------

                 Key: QPID-2937
                 URL: https://issues.apache.org/jira/browse/QPID-2937
             Project: Qpid
          Issue Type: Improvement
          Components: Python Client
    Affects Versions: Future
            Reporter: Justin Ross
             Fix For: Future


For some apps, the point at which you set up a connection is distinct from the 
point at which you send messages.  Rather than have app developers add their 
own queues, supporting more kinds of disconnected sending would be pretty cool. 
 Two new kinds:

 * Detached sending.  You've set up a Connection, but you haven't opened it.  
Let queue up messages for sending, and upon open() send them.

 * Sender as queue.  I don't know what I want to connect to yet, so I can't 
create a Connection, but I do know what Sender I want.  Let me queue up 
messages for sending and defer the Connection-Sender link up.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to