Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74E081022C for ; Wed, 24 Jul 2013 04:10:34 +0000 (UTC) Received: (qmail 78534 invoked by uid 500); 24 Jul 2013 04:10:32 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 78009 invoked by uid 500); 24 Jul 2013 04:10:30 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 77997 invoked by uid 99); 24 Jul 2013 04:10:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 04:10:28 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.posta@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 04:10:19 +0000 Received: by mail-lb0-f169.google.com with SMTP id d10so105953lbj.0 for ; Tue, 23 Jul 2013 21:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=F/u+aSviZsQC+SytSOeEfYUliHy37gGe3V0G40vV9ZQ=; b=TW1+Tu3ed3+kf8VhHTlKjVD/6LxccRUS1d7lxpX1G9mBH6PTV5OdtjYKFLAMQmNF5A N6gdeil3wpHIsR6RSyOcBsrNQY+G9qGq4q9Fb/D3J4tBhOlSFLxsVtJ6k3hwOh6IUtZO dhOIps5h1vYRlajayZZEO5RJgHpQ8Sba0llHNpUn315cSJspCjky56+kFmWVedEJ8OVb ETmI6oP3/X51+Z2WwLLjCoyW7mWgbPVi1nmVVFYhJUhgyfAUEEi/ZA2u2YLgN4/ffWJ8 eR4iz3IJL5WHhtW3wJ77dJP63K1CoCzVNuOPHt96+u78ADExdHt3IiHa++ro12VpQrV/ QUHQ== MIME-Version: 1.0 X-Received: by 10.152.42.236 with SMTP id r12mr15952673lal.46.1374638997335; Tue, 23 Jul 2013 21:09:57 -0700 (PDT) Received: by 10.114.2.239 with HTTP; Tue, 23 Jul 2013 21:09:57 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 Jul 2013 00:09:57 -0400 Message-ID: Subject: Re: ActiveMq instance creation and running them From: Christian Posta To: "users@activemq.apache.org" Content-Type: multipart/alternative; boundary=001a11c34b9a21749104e23a15d1 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c34b9a21749104e23a15d1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Fixed on trunk with https://issues.apache.org/jira/browse/AMQ-4648 Can you try it out on the next snapshot? https://repository.apache.org/content/repositories/snapshots/org/apache/act= ivemq/apache-activemq/5.9-SNAPSHOT/ On Tue, Jul 23, 2013 at 11:22 PM, Chirag Pujara wro= te: > Yup I tried "$*@*" but no luck. Actually it stated to give me other error= s > bcs it was getting wrong value for $COMMAND_ARGS in > ${ACTIVEMQ_HOME}/bin/activemq script. > > But then I found this link: > http://en.wikibooks.org/wiki/Bash_Shell_Scripting > > and I tried "$@" and it is working. > > is there a way to create script with "$@" instead "$*"? > > thanks for help and pointing me right direction. > -chirag > > > On Tue, Jul 23, 2013 at 8:17 PM, Christian Posta > wrote: > > > So I tried and recreated what you see, but it worked when I changed the > > last line to > > > > ${ACTIVEMQ_HOME}/bin/activemq "$*@*" > > > > In the quoted section of your reply, it looked like it got changed to > > ${ACTIVEMQ_HOME}/bin/activemq "$*@*" > > > > with stars surrounding the '@' sign... so what did you change to? > > > > > > > > > > On Tue, Jul 23, 2013 at 4:14 PM, Chirag Pujara > >wrote: > > > > > if I tried to start instance without any argument it works fine. > > > > > > i.e: /opt/gwx/apache-activemq-5.8.0/activemq_8100/bin/activemq_8100 > > start > > > > > > but if use command " > > > /opt/gwx/apache-activemq-5.8.0/activemq_8100/bin/activemq_8100 start > > > -Dactivemq.data=3D/opt/gwx/activemqdata -DopenwirePort=3D61616 > > -DamqpPort=3D5604" > > > it starts in debug/console mode. > > > > > > I am using -D option to run instance on different port. > > > > > > do I need to make any changes in any of the script so that it doesnt = do > > it > > > or am I missing anystep. > > > > > > Do I need to do '$ACTIVEMQ_BASE/bin/activemq setup > > > ~/.activemqrc-instance-activemq_8100' ? what does it do? whats use of > it? > > > > > > thanks, > > > chirag > > > > > > > > > On Tue, Jul 23, 2013 at 9:00 AM, Chirag Pujara > > >wrote: > > > > > > > Did you create that script using '$ACTIVEMQ_BASE/bin/activemq creat= e' > > > > command? > > > > > > > > Ans: Yes. > > > > > > > > I tried what you said. No Luck. > > > > > > > > > > > > On Mon, Jul 22, 2013 at 5:53 PM, Christian Posta < > > > > christian.posta@gmail.com> wrote: > > > > > > > >> Did you create that script using '$ACTIVEMQ_BASE/bin/activemq > create' > > > >> command? > > > >> > > > >> Looks like it will work properly if you change the last statement = to > > > >> > > > >> ${ACTIVEMQ_HOME}/bin/activemq "$*@*" > > > >> > > > >> > > > >> On Mon, Jul 22, 2013 at 6:47 PM, Christian Posta > > > >> wrote: > > > >> > > > >> > what happens when you use the activemq script directly? > > > >> > > > > >> > > > > >> > On Mon, Jul 22, 2013 at 5:09 PM, Chirag Pujara < > > > chiragpujara@gmail.com > > > >> >wrote: > > > >> > > > > >> >> sorry msg got sent in middle of typing: > > > >> >> > > > >> >> Hello, > > > >> >> > > > >> >> I have created 3 instance for activemq. activemq_8100, > > activemq_8200, > > > >> >> activemq_8300. > > > >> >> > > > >> >> when I execute follwoing command: > > > >> >> > > > >> >> /opt/gwx/apache-activemq-5.8.0/activemq_8100/bin/activemq_8100 > > start > > > >> >> -Dactivemq.data=3D/opt/gwx/activemqdata -DopenwirePort=3D61616 > > > >> -DamqpPort=3D5600 > > > >> >> -DrmiPort=3D8100 > > > >> >> > > > >> >> it starts activemq as console and not as background process. di= d > I > > > miss > > > >> >> something? > > > >> >> > > > >> >> Here is what my config looks like: > > > >> >> > > > >> >> > > >> >> http://www.springframework.org/schema/beans" xmlns:amq=3D" > > > >> >> http://activemq.apache.org/schema/core" xmlns:xsi=3D" > > > >> >> http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= =3D" > > > >> >> http://www.springframework.org/schema/beans > > > >> >> http://www.springframework.org/schema/beans/spring-beans.xsd > > > >> >> http://activemq.apache.org/schema/core > > > >> >> http://activemq.apache.org/schema/core/activemq-core.xsd" > > > >> >> > > > > >> >> > > > >> >> > > > >> >> > > >> >> > > > >> >> > > > >> > > > > > > class=3D"org.springframework.beans.factory.config.PropertyPlaceholderConf= igurer"> > > > >> >> > > > >> >> > > > file:${activemq.conf}/credentials.properties > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > >> >> brokerName=3D"activemq_8100" dataDirectory=3D"${activemq.data}"= > > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > topic=3D">"> > > > >> >> > > > >> >> > > limit=3D"1000"/> > > > >> >> > > > >> >> > > > >> >> > > >> producerFlowControl=3D"true" > > > >> >> queue=3D">"> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> 0.0.0.0 > > : > > > >> >> > > > >> >> > > > >> > > > > > > ${openwirePort}?maximumConnections=3D1000&wireformat.maxFrameSize=3D1= 04857600"/> > > > >> >> > > >> >> > > > >> >> > > > >> > > > > > > ${amqpPort}?maximumConnections=3D1000&wireformat.maxFrameSize=3D10485= 7600"/> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > http://www.springframework.org/schema/beans > > > " > > > >> >> class=3D"org.apache.activemq.hooks.SpringContextHook"/> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> Here is what my activemq_8100 looks like: > > > >> >> > > > >> >> > > > >> >> ## Figure out the ACTIVEMQ_BASE from the directory this script > was > > > run > > > >> >> from > > > >> >> PRG=3D"$0" > > > >> >> progname=3D`basename "$0"` > > > >> >> saveddir=3D`pwd` > > > >> >> # need this for relative symlinks > > > >> >> dirname_prg=3D`dirname "$PRG"` > > > >> >> cd "$dirname_prg" > > > >> >> while [ -h "$PRG" ] ; do > > > >> >> ls=3D`ls -ld "$PRG"` > > > >> >> link=3D`expr "$ls" : '.*-> \(.*\)$'` > > > >> >> if expr "$link" : '.*/.*' > /dev/null; then > > > >> >> PRG=3D"$link" > > > >> >> else > > > >> >> PRG=3D`dirname "$PRG"`"/$link" > > > >> >> fi > > > >> >> done > > > >> >> ACTIVEMQ_BASE=3D`dirname "$PRG"`/.. > > > >> >> cd "$saveddir" > > > >> >> > > > >> >> ACTIVEMQ_BASE=3D`cd "$ACTIVEMQ_BASE" && pwd` > > > >> >> > > > >> >> ## Add system properties for this instance here (if needed), e.= g > > > >> >> #export ACTIVEMQ_OPTS_MEMORY=3D"-Xms256M -Xmx1G" > > > >> >> #export ACTIVEMQ_OPTS=3D"$ACTIVEMQ_OPTS_MEMORY > > > >> >> -Dorg.apache.activemq.UseDedicatedTaskRunner=3Dtrue > > > >> >> -Djava.util.logging.config.file=3Dlogging.properties" > > > >> >> > > > >> >> > > > >> >> echo "rmiPort:"$rmiPort > > > >> >> export > > > >> >> > > > >> > > > > > > ACTIVEMQ_SUNJMX_CONTROL=3D"-Dactivemq.jmx.url=3Dservice:jmx:rmi:///jndi/r= mi:// > > > >> >> 127.0.0.1:8100/jmxrmi" > > > >> >> # > > > >> >> ACTIVEMQ_SUNJMX_START=3D"-Dcom.sun.management.jmxremote.port=3D= 8100 " > > > >> >> ACTIVEMQ_SUNJMX_START=3D"$ACTIVEMQ_SUNJMX_START > > > >> >> > > > >> >> > > > >> > > > > > > -Dcom.sun.management.jmxremote.password.file=3D${ACTIVEMQ_BASE}/conf/jmx.= password" > > > >> >> ACTIVEMQ_SUNJMX_START=3D"$ACTIVEMQ_SUNJMX_START > > > >> >> > > > >> >> > > > >> > > > > > > -Dcom.sun.management.jmxremote.access.file=3D${ACTIVEMQ_BASE}/conf/jmx.ac= cess" > > > >> >> ACTIVEMQ_SUNJMX_START=3D"$ACTIVEMQ_SUNJMX_START > > > >> >> -Dcom.sun.management.jmxremote.ssl=3Dfalse" > > > >> >> ##ACTIVEMQ_SUNJMX_START=3D"$ACTIVEMQ_SUNJMX_START > > > >> >> -Dcom.sun.management.jmxremote" > > > >> >> # > > > >> >> export ACTIVEMQ_SUNJMX_START=3D$ACTIVEMQ_SUNJMX_START > > > >> >> # > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > >> >> export ACTIVEMQ_HOME=3D/opt/gwx/apache-activemq-5.8.0 > > > >> >> export ACTIVEMQ_BASE=3D$ACTIVEMQ_BASE > > > >> >> > > > >> >> ${ACTIVEMQ_HOME}/bin/activemq "$*" > > > >> >> > > > >> >> . Activemq starts as console mode thats one question. My other > > issue > > > >> is I > > > >> >> am not sure JMS RMI listner starts. I dont see anything in debu= g > > for > > > >> that. > > > >> >> and I dont see it in "lsof -i" > > > >> >> > > > >> >> output: > > > >> >> > > > >> >> INFO: Using default configuration > > > >> >> (you can configure options in one of these file: > > > /etc/default/activemq > > > >> >> /root/.activemqrc) > > > >> >> > > > >> >> INFO: Invoke the following command to create a configuration fi= le > > > >> >> /opt/gwx/apache-activemq-5.8.0/bin/activemq setup [ > > > >> /etc/default/activemq > > > >> >> | > > > >> >> /root/.activemqrc ] > > > >> >> > > > >> >> INFO: Using java '/usr/bin/java' > > > >> >> Java Runtime: Sun Microsystems Inc. 1.6.0_22 > > > >> >> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre > > > >> >> Heap sizes: current=3D1004928k free=3D999683k max=3D1004928= k > > > >> >> JVM args: -Xms1G -Xmx1G > > > >> >> -Djava.util.logging.config.file=3Dlogging.properties > > > >> >> > > > -Dactivemq.classpath=3D/opt/gwx/apache-activemq-5.8.0/activemq_8100/c= onf; > > > >> >> -Dactivemq.home=3D/opt/gwx/apache-activemq-5.8.0 > > > >> >> -Dactivemq.base=3D/opt/gwx/apache-activemq-5.8.0/activemq_8100 > > > >> >> -Dactivemq.conf=3D/opt/gwx/apache-activemq-5.8.0/activemq_8100/= conf > > > >> >> -Dactivemq.data=3D/opt/gwx/apache-activemq-5.8.0/activemq_8100/= data > > > >> >> Extensions classpath: > > > >> >> > > > >> >> > > > >> >> > > > >> > > > > > > [/opt/gwx/apache-activemq-5.8.0/activemq_8100/lib,/opt/gwx/apache-activem= q-5.8.0/lib,/opt/gwx/apache-activemq-5.8.0/activemq_8100/lib/camel,/opt/gwx= /apache-activemq-5.8.0/activemq_8100/lib/optional,/opt/gwx/apache-activemq-= 5.8.0/activemq_8100/lib/web,/opt/gwx/apache-activemq-5.8.0/activemq_8100/li= b/extra,/opt/gwx/apache-activemq-5.8.0/lib/camel,/opt/gwx/apache-activemq-5= .8.0/lib/optional,/opt/gwx/apache-activemq-5.8.0/lib/web,/opt/gwx/apache-ac= tivemq-5.8.0/lib/extra] > > > >> >> ACTIVEMQ_HOME: /opt/gwx/apache-activemq-5.8.0 > > > >> >> ACTIVEMQ_BASE: /opt/gwx/apache-activemq-5.8.0/activemq_8100 > > > >> >> ACTIVEMQ_CONF: /opt/gwx/apache-activemq-5.8.0/activemq_8100/con= f > > > >> >> ACTIVEMQ_DATA: /opt/gwx/apache-activemq-5.8.0/activemq_8100/dat= a > > > >> >> Loading message broker from: xbean:activemq.xml > > > >> >> INFO | Refreshing > > > >> org.apache.activemq.xbean.XBeanBrokerFactory$1@9506dc4 > > > >> >> : > > > >> >> startup date [Mon Jul 22 16:07:07 CDT 2013]; root of context > > > hierarchy > > > >> >> INFO | > > PListStore:[/opt/gwx/activemqdata/activemq_8100/tmp_storage] > > > >> >> started > > > >> >> INFO | Using Persistence Adapter: > > > >> >> KahaDBPersistenceAdapter[/opt/gwx/activemqdata/kahadb] > > > >> >> INFO | KahaDB is version 4 > > > >> >> INFO | Recovering from the journal ... > > > >> >> INFO | Recovery replayed 53 operations from the journal in 0.0= 3 > > > >> seconds. > > > >> >> INFO | Apache ActiveMQ 5.8.0 (activemq_8100, > > > >> >> ID:RHEL6u2-001-39889-1374527230698-0:1) is starting > > > >> >> INFO | Listening for connections at: > > > >> >> > > > >> >> > > > >> > > > > > > tcp://RHEL6u2-001:61616?maximumConnections=3D1000&wireformat.maxFrameSize= =3D104857600 > > > >> >> INFO | Connector openwire Started > > > >> >> INFO | Listening for connections at: > > > >> >> > > > >> >> > > > >> > > > > > > amqp://RHEL6u2-001:5600?maximumConnections=3D1000&wireformat.maxFrameSize= =3D104857600 > > > >> >> INFO | Connector amqp Started > > > >> >> INFO | Apache ActiveMQ 5.8.0 (activemq_8100, > > > >> >> ID:RHEL6u2-001-39889-1374527230698-0:1) started > > > >> >> INFO | For help or more information please see: > > > >> >> http://activemq.apache.org > > > >> >> WARN | Store limit is 102400 mb, whilst the data directory: > > > >> >> /opt/gwx/activemqdata/kahadb only has 3633 mb of usable space > > > >> >> ERROR | Temporary Store limit is 51200 mb, whilst the temporary > > data > > > >> >> directory: /opt/gwx/activemqdata/activemq_8100/tmp_storage only > has > > > >> 3633 > > > >> >> mb > > > >> >> of usable space > > > >> >> > > > >> >> and output of "lsof -i" > > > >> >> > > > >> >> > > > >> >> > > > >> >> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > > > >> >> portreser 1497 root 5u IPv4 9324 0t0 UDP *:ipp > > > >> >> rpcbind 1530 rpc 6u IPv4 9580 0t0 UDP *:sunrp= c > > > >> >> rpcbind 1530 rpc 7u IPv4 9585 0t0 UDP *:857 > > > >> >> rpcbind 1530 rpc 8u IPv4 9586 0t0 TCP *:sunrp= c > > > >> (LISTEN) > > > >> >> rpcbind 1530 rpc 9u IPv6 9589 0t0 UDP *:sunrp= c > > > >> >> rpcbind 1530 rpc 10u IPv6 9592 0t0 UDP *:857 > > > >> >> rpcbind 1530 rpc 11u IPv6 9593 0t0 TCP *:sunrp= c > > > >> (LISTEN) > > > >> >> rpc.statd 1548 rpcuser 5u IPv4 9673 0t0 UDP *:876 > > > >> >> rpc.statd 1548 rpcuser 8u IPv4 9679 0t0 UDP *:38088 > > > >> >> rpc.statd 1548 rpcuser 9u IPv4 9683 0t0 TCP *:48389 > > > >> (LISTEN) > > > >> >> rpc.statd 1548 rpcuser 10u IPv6 9687 0t0 UDP *:48350 > > > >> >> rpc.statd 1548 rpcuser 11u IPv6 9691 0t0 TCP *:38848 > > > >> (LISTEN) > > > >> >> rpc.rquot 1720 root 3u IPv4 10401 0t0 UDP *:dec_d= lm > > > >> >> rpc.rquot 1720 root 4u IPv4 10407 0t0 TCP *:qmqp > > > (LISTEN) > > > >> >> rpc.mount 1724 root 7u IPv4 10432 0t0 UDP *:56727 > > > >> >> rpc.mount 1724 root 8u IPv4 10436 0t0 TCP *:54633 > > > >> (LISTEN) > > > >> >> rpc.mount 1724 root 9u IPv6 10440 0t0 UDP *:60178 > > > >> >> rpc.mount 1724 root 10u IPv6 10444 0t0 TCP *:38415 > > > >> (LISTEN) > > > >> >> rpc.mount 1724 root 11u IPv4 10448 0t0 UDP *:41252 > > > >> >> rpc.mount 1724 root 12u IPv4 10452 0t0 TCP *:44281 > > > >> (LISTEN) > > > >> >> rpc.mount 1724 root 13u IPv6 10456 0t0 UDP *:57606 > > > >> >> rpc.mount 1724 root 14u IPv6 10460 0t0 TCP *:54338 > > > >> (LISTEN) > > > >> >> rpc.mount 1724 root 15u IPv4 10464 0t0 UDP *:36015 > > > >> >> rpc.mount 1724 root 16u IPv4 10468 0t0 TCP *:58202 > > > >> (LISTEN) > > > >> >> rpc.mount 1724 root 17u IPv6 10472 0t0 UDP *:55224 > > > >> >> rpc.mount 1724 root 18u IPv6 10476 0t0 TCP *:45435 > > > >> (LISTEN) > > > >> >> sshd 1805 root 3u IPv4 10711 0t0 TCP *:ssh > > > (LISTEN) > > > >> >> sshd 1805 root 4u IPv6 10713 0t0 TCP *:ssh > > > (LISTEN) > > > >> >> java 4385 root 129u IPv6 51682 0t0 TCP *:61616 > > > >> (LISTEN) > > > >> >> java 4385 root 131u IPv6 51683 0t0 TCP > > *:esmmanager > > > >> >> (LISTEN) > > > >> >> > > > >> >> any idea what am I missing here. > > > >> >> > > > >> >> Thanks, > > > >> >> Chirag > > > >> >> > > > >> >> > > > >> >> On Mon, Jul 22, 2013 at 4:01 PM, Chirag Pujara < > > > chiragpujara@gmail.com > > > >> >> >wrote: > > > >> >> > > > >> >> > Hello, > > > >> >> > > > > >> >> > I have created 3 instance for activemq. activemq_8100, > > > activemq_8200, > > > >> >> > activemq_8300. > > > >> >> > > > > >> >> > when I execute follwoing command: > > > >> >> > > > > >> >> > /opt/gwx/apache-activemq-5.8.0/activemq_8100/bin/activemq_810= 0 > > > start > > > >> >> > -Dactivemq.data=3D/opt/gwx/activemqdata -DopenwirePort=3D6161= 6 > > > >> >> -DamqpPort=3D5600 > > > >> >> > -DrmiPort=3D8100 > > > >> >> > > > > >> >> > it starts activemq as console and not as background process. > did > > I > > > >> miss > > > >> >> > something? > > > >> >> > > > > >> >> > Here is what my config looks like: > > > >> >> > > > > >> >> > > > >> >> > http://www.springframework.org/schema/beans" xmlns:amq=3D" > > > >> >> > http://activemq.apache.org/schema/core" xmlns:xsi=3D" > > > >> >> > http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=3D" > > > >> >> > http://www.springframework.org/schema/beans > > > >> >> > http://www.springframework.org/schema/beans/spring-beans.xsd > > > >> >> > http://activemq.apache.org/schema/core > > > >> >> > http://activemq.apache.org/schema/core/activemq-core.xsd"> > > > >> >> > > > > >> >> > > > > >> >> > > > >> >> > > > > >> >> > > > >> > > > > > > class=3D"org.springframework.beans.factory.config.PropertyPlaceholderConf= igurer"> > > > >> >> > > > > >> >> > > > > >> file:${activemq.conf}/credentials.properties > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > >> >> > brokerName=3D"activemq_8100" dataDirectory=3D"${activemq.data= }"> > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > topic=3D">"> > > > >> >> > > > > >> >> > > > >> limit=3D"1000"/> > > > >> >> > > > > >> >> > > > > >> >> > > > >> producerFlowControl=3D"true" > > > >> >> > queue=3D">"> > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > > >> >> > > > >> > > > > >> > > > > >> > > > > >> > -- > > > >> > *Christian Posta* > > > >> > http://www.christianposta.com/blog > > > >> > twitter: @christianposta > > > >> > > > > >> > > > >> > > > >> > > > >> -- > > > >> *Christian Posta* > > > >> http://www.christianposta.com/blog > > > >> twitter: @christianposta > > > >> > > > > > > > > > > > > > > > > > > > -- > > *Christian Posta* > > http://www.christianposta.com/blog > > twitter: @christianposta > > > --=20 *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta --001a11c34b9a21749104e23a15d1--