You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <ji...@apache.org> on 2016/12/02 15:57:58 UTC

[jira] [Created] (QPID-7570) [Java Broker] [AMQP 1.0] Add/advertise support for anonymous sending links

Robbie Gemmell created QPID-7570:
------------------------------------

             Summary: [Java Broker] [AMQP 1.0] Add/advertise support for anonymous sending links
                 Key: QPID-7570
                 URL: https://issues.apache.org/jira/browse/QPID-7570
             Project: Qpid
          Issue Type: New Feature
            Reporter: Robbie Gemmell


Several AMQP 1.0 servers support for 'anonymous sender' links, where the link is establsihed to a target with null address, then each message cariies its detination in its "to" field.

The AMQP 1.0 JMS client uses this when advertised via the "ANONYMOUS-RELAY" connection capability. If not advertised, it falls back to opening and closing individual links for each destination (with optional caching). QPIDJMS-227 showed that the Java broker does not advertise/have this support, as the client was in 'fallback mode' at the time.

In the new JMS 2.0 'simplified API', all producers are anonymous.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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