Github user mtaylor commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1759#discussion_r160945285
--- Diff:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/FQQNOpenWireTest.java
---
@@ -315,13 +314,13 @@ public void testVirtualTopicFQQN() throws Exception {
}
@Test
- @Ignore("need to figure auto bindings creation")
public void testVirtualTopicFQQNAutoCreate() throws Exception {
Connection exConn = null;
SimpleString topic = new SimpleString("VirtualTopic.Orders");
SimpleString subscriptionQ = new SimpleString("Consumer.A");
+ // defaults are false via test setUp
--- End diff --
We should test the case where an address already exists and the default
type is ANYCAST.
---