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/11/15 08:15: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=16687632#comment-16687632 ] 

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

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

    https://github.com/apache/activemq-artemis/pull/2434#discussion_r233744603
  
    --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java ---
    @@ -3178,138 +3187,7 @@ public Queue createQueue(final SimpleString address,
                                 final int consumersBeforeDispatch,
                                 final long delayBeforeDispatch,
                                 final boolean autoCreateAddress) throws Exception {
    -      return createQueue(address, routingType, queueName, filterString, user, durable, temporary, ignoreIfExists, transientQueue, autoCreated, maxConsumers, purgeOnNoConsumers, exclusive, lastValue, lastValueKey, nonDestructive, consumersBeforeDispatch, delayBeforeDispatch, autoCreateAddress, false);
    -   }
    -
    -   private Queue createQueue(final SimpleString address,
    --- End diff --
    
    Viewing from a phone, so might be more obvious if using a pc. But where has this method gone with all its logic?


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