[
https://issues.apache.org/jira/browse/GERONIMO-5753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983553#action_12983553
]
Kevan Miller commented on GERONIMO-5753:
----------------------------------------
Two things going on, here.
1) AMQ 5.4.1 changed their default, so that AMQ support is started by default
2) The scheduler is using the current directory, instead of the activemq data
directory.
IIUC, AMQ 5.4.2 has returned the default back to false. If you want to avoid
this problem, in a 2.2.1 server, you can update var/activemq/conf/activemq.xml
to turn off scheduler support. Change:
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="${activemq.brokerName}"
tmpDataDirectory="${activemq.data}/tmp_storage" useShutdownHook="false"
start="false">
to
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="${activemq.brokerName}"
tmpDataDirectory="${activemq.data}/tmp_storage" useShutdownHook="false"
start="false" schedulerSupport="false">
> activemq-data directory being created in bin directory
> ------------------------------------------------------
>
> Key: GERONIMO-5753
> URL: https://issues.apache.org/jira/browse/GERONIMO-5753
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Affects Versions: 2.2.1
> Reporter: Kevan Miller
> Fix For: 2.2.2
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.