public interface Filter
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERIC_IGNORED_FILTER
JMS Topics (which are outside of the scope of the core API) will require a dumb subscription
with a dummy-filter at this current version as a way to keep its existence valid and TCK
tests.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.artemis.api.core.SimpleString |
getFilterString() |
boolean |
match(ServerMessage message) |
static final String GENERIC_IGNORED_FILTER
boolean match(ServerMessage message)
org.apache.activemq.artemis.api.core.SimpleString getFilterString()
Copyright © 2023 The Apache Software Foundation. All rights reserved.