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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to