[
https://issues.apache.org/jira/browse/ARTEMIS-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605129#comment-14605129
]
ASF GitHub Bot commented on ARTEMIS-146:
----------------------------------------
GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/55
ARTEMIS-146 Fix Queue auto-creation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis artemis146_master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/55.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #55
----
commit 7d7564db5723c8fc9c8e92a94616cc36e2a325f9
Author: Howard Gao <[email protected]>
Date: 2015-06-29T05:04:55Z
ARTEMIS-146 Fix Queue auto-creation
----
> Fix Queue auto-creation
> -----------------------
>
> Key: ARTEMIS-146
> URL: https://issues.apache.org/jira/browse/ARTEMIS-146
> Project: ActiveMQ Artemis
> Issue Type: Sub-task
> Components: OpenWire
> Affects Versions: 1.0.0
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.1.0
>
>
> Currently we use JMSQueueCreator to create queues automatically, however
> openwire shouldn't depends on JMS stuff. If jms component is not deployed the
> creator is null.
> Solution: use its own queue creation method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)