Description
Reproducible by switching from:
import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
to:
import org.apache.activemq.ActiveMQConnectionFactory;
and adding dependency:
<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-client</artifactId> <version>${activemq5-version}</version> </dependency>
to federated-queue example.
Test will fail, below error is logged:
ERROR [org.apache.activemq.artemis.core.server] AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
Attachments
Issue Links
- is duplicated by
-
ARTEMIS-3239 Creating a federation with <queue-policy include-federated="false"> is not possible
- Resolved
- links to