From e646f6b4797f70ba7b07df073f4ec6183d4b636d Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 15 Apr 2010 19:39:06 +0000 Subject: This is related to QPID-2496 The changes include support the new addressing structure and most items on the list specified in the JIRA. The following is not included in the commit 1. Add subject as filter in JMS - for exchanges use it as binding key and for queues use it as a selector - this needs to be thought through. Besides JMS already provides a way to handle this. 2. Implementation of DELETE option. Further testing needs to be done to figure out the impact. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934563 13f79535-47bb-0310-9956-ffa450edef68 --- .../common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/common/src') diff --git a/qpid/java/common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java b/qpid/java/common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java index 123901b577..1989ade4ac 100644 --- a/qpid/java/common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java +++ b/qpid/java/common/src/main/java/org/apache/qpid/exchange/ExchangeDefaults.java @@ -62,4 +62,6 @@ public class ExchangeDefaults /** Defines the identifying type name of fanout exchanges. */ public static final AMQShortString FANOUT_EXCHANGE_CLASS = new AMQShortString("fanout"); + + public static final AMQShortString WILDCARD_ANY = new AMQShortString("*"); } -- cgit v1.2.1