[ 
https://issues.apache.org/jira/browse/QPID-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross closed QPID-2937.
-----------------------------
    Resolution: Won't Fix

> 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
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to