[
https://issues.apache.org/jira/browse/AMQ-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Allen Reese reopened AMQ-3410:
------------------------------
Reopening, it seems the test cases didn't make it in either AMQ-3404 or
AMQ-3410.
[areese@spacepeople:jni activemq-trunk]$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/activemq/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1149274
Node Kind: directory
Schedule: normal
Last Changed Author: dejanb
Last Changed Rev: 1149097
Last Changed Date: 2011-07-21 03:19:42 -0700 (Thu, 21 Jul 2011)
[areese@spacepeople:jni activemq-trunk]$ svn status
? activemq-console/log
A activemq-console/src/test/java/org/apache/activemq/console
A activemq-console/src/test/java/org/apache/activemq/console/command
A
activemq-console/src/test/java/org/apache/activemq/console/command/TestPurgeCommand.java
A
activemq-console/src/test/java/org/apache/activemq/console/command/TestAMQ3410.java
[areese@spacepeople:jni activemq-trunk]$
> AbstractAmqCommand should allow the connection factory to be changed.
> ---------------------------------------------------------------------
>
> Key: AMQ-3410
> URL: https://issues.apache.org/jira/browse/AMQ-3410
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Broker
> Affects Versions: 5.5.0
> Reporter: Allen Reese
> Assignee: Dejan Bosanac
> Priority: Minor
> Fix For: 5.6.0
>
> Attachments: AMQ-3410.patch
>
>
> AbstractAmqCommand only allows an ActiveMQConnectionFactory to be used. I've
> got a custom factory that I would like to be able to use from the command
> line interface.
> I'd like to see:
> get/setFactory implemented on AbstractAmqCommand, as well as some sort of
> method to override the connection factory being used. I'm thinking along the
> lines of:
> --factory com.yahoo.activemq.YahooActiveMQConnectionFactory
> Then if the --factory option is set, then this class will be implemented and
> used, otherwise ActiveMQConnectionFactory.
> I'll attach a patch shortly for this.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira