You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2010/11/10 17:16:13 UTC

[jira] Created: (QPID-2937) RFE: Send messages without a connection

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:dev-subscribe@qpid.apache.org


[jira] Commented: (QPID-2937) RFE: Send messages without a connection

Posted by "Ted Ross (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930640#action_12930640 ] 

Ted Ross commented on QPID-2937:
--------------------------------

+1

Another great feature would be to allow the queue to be named and queued messages to be durable.


> 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:dev-subscribe@qpid.apache.org