Rob Godfrey created QPID-7866:
---------------------------------
Summary: [Java Broker] AMQP 1.0 publishing links do not register
themselves with queues
Key: QPID-7866
URL: https://issues.apache.org/jira/browse/QPID-7866
Project: Qpid
Issue Type: Bug
Components: Java Broker
Reporter: Rob Godfrey
the MessageDestination interface defines two methods:
{code}
void linkAdded(MessageSender sender, PublishingLink link);
void linkRemoved(MessageSender sender, PublishingLink link);
{code}
In the 0-x protocol layers these are used when a binding is made between an
exchange and a queue. For the 1.0 protocol layer these methods should be
called whenever a sending link from a client is established to the destination.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]