Hello Damien,
> I've made some changes to Debian ActiveMQ package to handle a /real/
> activemq instance (ie. my initial need was only to get some
> libraries, for embedded usage).
>
> I've put my current packages here :
> http://people.debian.org/~drazzib/activemq/
> (please read installed README.Debian of each package for usage and
> limitations)
thanks for your _great_ work. The new activemq package fits my needs. I
had only to disabled the openwire transport - but mcollective works
without that.
But I noticed one problem. If I start the Message Queue Server via
/etc/init.d/activemq-mcollective start
ActiveMQ does not open the TCP port but is running!
I started it with the following command and ActiveMQ opens the TCP
port:
/usr/lib/jvm/java-6-openjdk//bin/java -Xms512M -Xmx512M
-Dorg.apache.activemq.UseDedicatedTaskRunner=true
-Dcom.sun.management.jmxremote
-Dactivemq.classpath="/var/lib/activemq/mcollective/conf;/etc/activemq/mcollective;"
-Dactivemq.home=/usr/share/activemq
-Dactivemq.base=/var/lib/activemq/mcollective
-jar /usr/share/activemq/bin/run.jar start
xbean:/etc/activemq/mcollective/activemq.xml
This command was found in the process list after starting it via
init-script.
It's an little bit crazy :-/
Thanks,
Jonas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]