ActiveMQ Artemis

2017-05-24 Thread mlus
I have question about ActiveMQ Artemis and JMS client. Currently, JMS Client Applications(java, C++, Delphi) connect to ActiveMQ 5.13.2 Server using STOMP or OpenWire. I want to replace the ActiveMQ 5.13.2 to ActiveMQ Artemis without change JMS Client Applications. Is is possible ?

activemq-cpp problme

2016-07-16 Thread mlus
I have a question about activemq-cpp-library-3.9.2 in Linux box. I try this ... # cp activemq-cpp-library-3.9.3-src.tar.bz2 /usr/local/src # cd /usr/local/src # tar jxvf activemq-cpp-library-3.9.3-src.tar.bz2 # cd activemq-cpp-library-3.9.3 # ./configure --prefix=/usr --includedir=/usr/include -

ACTIVEMQ_PIDFILE

2015-07-16 Thread mlus
Hello, I use activemq-5.11.1 on openSUSE 13.2. I set /etc/default/activemq for config activemq. --- ACTIVEMQ_HOME=/usr/local/activemq <-- this is soft link ACTIVEMQ_USER=activemq ACTIVEMQ_PIDFILE=/usr/local/activemq/activemq.pid JAVA_HOME=$ACTIVEMQ_HOME/jdk18 expor

Re: Tomcat - JMX Failure

2014-02-23 Thread mlus
Hi. You set listen ip address to 0.0.0.0 and use 61616 port so , your host must open 61616 port to open. If you use firewall protection application, you had better stop it. Error message says can not open 5701 port. Do you use activemq cluster ? so, host must open 5701 too. > > ur

Re: How can I build Activemq-5.3.x ?

2011-08-03 Thread mlus
> What is the output with 2.2.1? > What os are you building under? here is my build env, $ mvn -v Apache Maven 2.0.11 (r909250; 2010-02-12 14:55:50+0900) Java version: 1.5.0_22 Java home: jdk1.5.0_22/jre Default locale: ja_JP, platform encoding: UTF-8 OS name: "linux" version: "2.6.37.6-0.7-desk

Re: How can I build Activemq-5.3.x ?

2011-08-02 Thread mlus
Thank you for replyl. > What version of maven do you have installed? I use 2.0.11 for this build. I tried to build with 2.2.1 version , but build was failed too. Thank you.

Re: How can I build Activemq-5.3.x ?

2011-08-02 Thread mlus
Thank you for creating patch !! > I cleaned my repo and played with this a bit, I've attached a patch that will > fix the 2 plugins that are causing you problems. > > URL: http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > > patch -p0 5.3.2.site.patch pom.xml > > Should fix thi

Re: How can I build Activemq-5.3.x ?

2011-07-27 Thread mlus
> I build it from SVN without problems, you might try that instead of messing > with the src.zip if the zip isn't working for you. > > svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > cd activemq-parent-5.3.2 > > mvn -Dtest=false -DfailIfNoTests=false clean site Thank

Re: How can I build Activemq-5.3.x ?

2011-07-27 Thread mlus
> Here you can find some JavaDocs for 5.3.0 release > > http://activemq.apache.org/maven/5.3.0/activemq-core/apidocs/index.html Thank you for reply, but I want local copy javadoc. Regards

How can I build Activemq-5.3.x ?

2011-07-23 Thread mlus
I want to javadoc of activemq-5.3.x, so try to build activemq-5.3.x from src, but, build fail.. --- $ export M2_HOME=$HOME/maven $ export ANT_HOME=$HOME/ant $ export JAVA_HOME=$HOME/jdk15 $ export PATH=$JAVA_HOME/bin:$M2_HOME/bin:$ANT_HOME/bin:$PATH $ unzip activem

Re: How to get DataSouce from JNDI ?

2010-01-28 Thread mlus
Thank you for reply > that definition of postgres-ds is not defined in jndi, but Spring. So you > need to use Spring application context to obtain it (or register it in some > kind of jndi store). configure jndi.properties below. java.naming.factory.initial=org.apache.xbean.spring.jndi.SpringIni

How to get DataSouce from JNDI ?

2010-01-28 Thread mlus
Hi. I want to create JAAS Authentication Plugin. This plugin module get login date through javax.sql.DataSource. In activemq.xml, I set In plugin module class, Context initCtx = new InitialContext(); Object obj = initCtx.lookup(