activemq/activemq-core
Adrian T. Co 04e2cdcf3f - Added wildcard searching using query. (i.e. -QTopic=*Advisory*, -QQueue=TEST.???)
- Added subtractive searching using query. (i.e. query -QTopic=* -Q!Topic=ActiveMQ.Advisory.*) will get all topics, but filter out advisory topics.
- Added querying using similar to object name format. (i.e. query --objname Type=*Connect*,BrokerName=BROKER_1 --objname !Type=NetworkConnector) will select all connection and connector belonging to BROKER_1. It will filter out all network connectors.
- Performed a little code restructuring.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@366120 13f79535-47bb-0310-9956-ffa450edef68
2006-01-05 08:26:37 +00:00
..
src - Added wildcard searching using query. (i.e. -QTopic=*Advisory*, -QQueue=TEST.???) 2006-01-05 08:26:37 +00:00
.cvsignore Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
maven.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00
pom.xml generated resources were not being copied to target/classes 2006-01-03 20:47:18 +00:00
project.properties Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
project.xml Updated/Added more apache copyright headers 2005-12-30 22:37:11 +00:00