[
https://issues.apache.org/jira/browse/GERONIMO-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259091#comment-13259091
]
Kevan Miller commented on GERONIMO-6333:
----------------------------------------
ActiveMQ config is updated in 3.0. Don't think we have the same level of admin
console support as we had in earlier releases. To do this right now, you could
edit
repository/org/apache/geronimo/configs/activemq-broker-blueprint/3.0-beta-1/activemq-broker-blueprint-3.0-beta-1.car
And update the <amq:transportConnectors> to look something like:
<amq:transportConnectors>
<amq:transportConnector name="openwire"
uri="tcp://${ServerHostname}:${ActiveMQPort + PortOffset}"/>
<amq:transportConnector name="stomp"
uri="stomp://${ServerHostname}:${61613 + PortOffset}"/>
After updating, you'll need to clear var/cache and start/restart the server.
E.g. './geronimo run --clean'
> Unable to create JMS broker from admin console
> ----------------------------------------------
>
> Key: GERONIMO-6333
> URL: https://issues.apache.org/jira/browse/GERONIMO-6333
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: ActiveMQ
> Affects Versions: 3.0-beta-1
> Environment: Linux (Debian testing, x64), IBM J9 1.6, Geronimo
> 3.0-beta-1
> Reporter: Moritz Hoffmann
>
> The documentation says that an ActiveMQ JMS broker can be created from the
> console. See
> https://cwiki.apache.org/GMOxDOC30/configuring-the-jms-server.html
> When I run Geronimo, I do not see the "Add JMS Broker" link that is shown in
> the documentation, thus I cannot create a new broker.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira