Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2937

RFE: Send messages without a connection

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • Future
    • None
    • Python Client
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jross Justin Ross
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: