[ 
https://issues.apache.org/jira/browse/ARTEMIS-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322143#comment-16322143
 ] 

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_r160945016
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
 ---
    @@ -2810,19 +2810,27 @@ public Queue createQueue(final SimpleString address,
     
           final QueueConfig.Builder queueConfigBuilder;
     
    -      final SimpleString addressToUse = address == null ? queueName : 
address;
    +      RoutingType routingTypeToUse = (routingType == null ? 
ActiveMQDefaultConfiguration.getDefaultRoutingType() : routingType);
    --- End diff --
    
    This logic should live in the OpenWire protocol manager.


> 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)

Reply via email to