You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/06 15:06:00 UTC

[jira] [Commented] (ARTEMIS-1867) Support FQQN for producers

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

ASF GitHub Bot commented on ARTEMIS-1867:
-----------------------------------------

Github user franz1981 commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/2434#discussion_r239486300
  
    --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/BindingsImpl.java ---
    @@ -53,7 +54,13 @@
     
        private final Map<SimpleString, Integer> routingNamePositions = new ConcurrentHashMap<>();
     
    -   private final Map<Long, Binding> bindingsMap = new ConcurrentHashMap<>();
    +   private final Map<Long, Binding> bindingsIdMap = new ConcurrentHashMap<>();
    --- End diff --
    
    Why not using a primitive version of this map? We have somewhere LongConcurrentHashMap (used into the journal too)


> Support FQQN for producers
> --------------------------
>
>                 Key: ARTEMIS-1867
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1867
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: STOMP
>            Reporter: Justin Bertram
>            Priority: Major
>
> Allow STOMP clients to send messages directly to a fully-qualified queue rather than just an address.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)