Hi, I am using java broker version 6.0.2. I have one queue named 'test.queue' and on this queue set two bindings. First binding is more specific 'test.#' and second binding is '#'.
When I send message with routing key 'test.a', message is forwarded by both bindings. Is it possible to set bindings (or queue) to use only the most specific option (binding 'test.#') when it can be applied? I know that similar behavior (like binding '#') can be achieved by setting alternate exchange, but it will be helpful if some configuration options could allow using only one binding for routed message. In REST API definitions I found attribute named 'type' which looks promising, but unfortunately I couldn't find any documentation about it. Vavricka -- View this message in context: http://qpid.2158936.n2.nabble.com/Java-Broker-exclusive-binding-tp7651458.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
