[ https://issues.apache.org/jira/browse/ARTEMIS-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322140#comment-16322140 ]
ASF GitHub Bot commented on ARTEMIS-1241: ----------------------------------------- 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. > Auto create does not work for FQQN queues > ----------------------------------------- > > Key: ARTEMIS-1241 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1241 > Project: ActiveMQ Artemis > Issue Type: Bug > Reporter: Martyn Taylor > Assignee: Gary Tully > -- This message was sent by Atlassian JIRA (v6.4.14#64029)