From 4add83a2d2482a51f447ca71d2385ae19ea173fa Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 27 Jun 2007 12:36:49 +0000 Subject: Added previews of the exchange- and binding- query methods that have been agreed for 0-10. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@551143 13f79535-47bb-0310-9956-ffa450edef68 --- specs/amqp-dtx-preview.0-9.xml | 165 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) (limited to 'specs') diff --git a/specs/amqp-dtx-preview.0-9.xml b/specs/amqp-dtx-preview.0-9.xml index f1c10f609c..defbdd067e 100644 --- a/specs/amqp-dtx-preview.0-9.xml +++ b/specs/amqp-dtx-preview.0-9.xml @@ -875,4 +875,169 @@ + + + + + This is a utility class for querying and exchange about its bindings to queues. + + + + + + + + This method is used to request information on the bindings to a particular exchange. That + information is conveyed in a query-ok method. + + + + + + + + + A valid ticket should be provided. + + + + + + + The name of the exchange for which binding information is being requested. If not + specified explicitly the default exchange is implied. + + + + + + If populated then determine whether the given queue is bound to the exchange. + + + + + + If populated defines the routing key of the binding of interest, if not populated the + request will ignore the routing key on bindings when searching for a match. + + + + + + If populated defines the arguments of the binding of interest if not populated the request + will ignore the arguments on bindings when searching for a match + + + + + + + This method is used in response to a query and conveys information on the bindings to a + particular exchange. + + + + + + + If set, the exchange for which information was requested is not known. + + + + + + If set, the queue specified is not known. + + + + + + A bit which if set indicates that no binding was found from the specified exchange to the + specified queue. + + + + + + A bit which if set indicates that no binding was found from the specified exchange with + the specified routing key. + + + + + + A bit which if set indicates that no binding was found from the specified exchange with + the specified arguments. + + + + + + + + + + + This method is used to request information on a particular exchange. That information is + conveyed by an query-ok method. + + + + + + + + + A valid ticket should be provided. + + + + + + + The name of the exchange for which information is requested. If not specified explicitly + the default exchange is implied. + + + + + + + This method is used in response to a query request and conveys information on a particular + exchange. + + + + + + + The type of the exchange. Will be empty if the exchange is not found. + + + + + + The durability of the exchange, i.e. if set the exchange is durable. Will not be set if + the exchange is not found. + + + + + + If set, the exchange for which information was requested is not known. + + + + + + A set of properties of the exchange whose syntax and semantics depends on the server + implementation. Will be empty if the exchange is not found. + + + + + -- cgit v1.2.1