You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2016/04/29 19:02:12 UTC

[jira] [Commented] (ARTEMIS-510) Do not create server-side queue from client when creating JMS producer

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

Justin Bertram commented on ARTEMIS-510:
----------------------------------------

The changes in 95b6328993b8215262cb49e0bc1e5999d3537e12 missed the code in org.apache.activemq.artemis.jms.client.ActiveMQSession#createProducer where the client creates a server-side queue when a JMS producer is created for a non-existent queue when auto-queue-creation is enabled.  The server should create the queue when it routes the messages instead.  This is not only more efficient, but it also takes care of creating the JMS related MBean for managing the queue.

> Do not create server-side queue from client when creating JMS producer
> ----------------------------------------------------------------------
>
>                 Key: ARTEMIS-510
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-510
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>             Fix For: 1.3.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)