[
https://issues.apache.org/jira/browse/ARTEMIS-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16711585#comment-16711585
]
ASF GitHub Bot commented on ARTEMIS-1867:
-----------------------------------------
Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2434#discussion_r239494788
--- 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 --
What's the advantage of ConcurrentLongHashMap<Binding> over
ConcurrentHashMap<Long, Binding>?
> 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)