Re: Starting ActiveMQ Artemis inside Wildfly in paused mode

2024-11-15 Thread Bisil
Unfortunately this is not a case of dependency order and it can also not be solved by some form of initial delay. Upon startup our application server analyzes certain metadata and may decide that it can not start in normal production mode but that an upgrade process needs to be performed, causi

Re: Starting ActiveMQ Artemis inside Wildfly in paused mode

2024-11-13 Thread Justin Bertram
>From what I recall WildFly itself has a pretty rich set of dependency features to enable things to start in the "right" order. My guess is that you simply don't have your dependencies set up properly to enable this. For example, I believe if you inject a reference to a JMS queue in your applicatio

Starting ActiveMQ Artemis inside Wildfly in paused mode

2024-11-13 Thread Bisil
We have an ActiveMQ server with a number of queues configured in our Wildfly configuration. We would like to start Wildfly with a suspended ActiveMQ and at a later stage activate ActiveMQ through JMX. The reason for this is that we are receiving JMS messages before our application is in the pro

Re: Time needed for starting ActiveMQ

2015-02-23 Thread Tim Bain
I want to start activemq first and then start the flume. When > starting activemq its take some time so before the time I start the flume > time out exception is thrown in flume > So that I want to check the activemq is running or not. There is any way > to find this??? > > Thanks & RegardsRamesh

Time needed for starting ActiveMQ

2015-02-22 Thread Ramesh Rocky
Hi, I'm using ActiveMQ verision5.10 in my application use activemq and flume together. I want to start activemq first and then start the flume. When starting activemq its take some time so before the time I start the flume time out exception is thrown in flume So that I want to chec

Re: trouble starting activemq on centOS 7

2015-01-19 Thread Tim Dunphy
; Från: Tim Dunphy mailto:bluethu...@gmail.com>> > Svara till: "users@activemq.apache.org<mailto:users@activemq.apache.org>" > mailto:users@activemq.apache.org>> > Datum: lördag 17 januari 2015 05:08 > Till: "users@activemq.apache.org<mailto:users@activemq.apac

Re: trouble starting activemq on centOS 7

2015-01-18 Thread Petter Nordlander
.org>" mailto:users@activemq.apache.org>> Datum: lördag 17 januari 2015 05:08 Till: "users@activemq.apache.org<mailto:users@activemq.apache.org>" mailto:users@activemq.apache.org>> Ämne: trouble starting activemq on centOS 7 Hi all, I've just installed activemq

trouble starting activemq on centOS 7

2015-01-16 Thread Tim Dunphy
Hi all, I've just installed activemq-5.9.1-2 on CentOS 7. When I attempt to start the service I get the following result: [root@activemq:~] #service activemq start Redirecting to /bin/systemctl start activemq.service It LOOKS like it has started. But when I check to see if it's running, I se

Re: Slow starting activemq connection

2013-01-14 Thread KaZso
ext: http://activemq.2283324.n4.nabble.com/Slow-starting-activemq-connection-tp4661562p4661706.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Slow starting activemq connection

2013-01-11 Thread Gaurav Sharma
a sporadic high load on > the server should have affected it as well). > > As for the second question, no particular reason except a slip up in design > that has been with us for years. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.c

Re: Slow starting activemq connection

2013-01-10 Thread KaZso
r the second question, no particular reason except a slip up in design that has been with us for years. -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-starting-activemq-connection-tp4661562p4661586.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Slow starting activemq connection

2013-01-09 Thread Gaurav Sharma
delay the start of a new connection but not the flow > of messages? > > Thank you, > Zsombor > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Slow-starting-activemq-connection-tp4661562.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Slow starting activemq connection

2013-01-09 Thread KaZso
in context: http://activemq.2283324.n4.nabble.com/Slow-starting-activemq-connection-tp4661562.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Trouble starting ActiveMQ as service on Windows: Broker.ks

2012-11-02 Thread edswing
://activemq.2283324.n4.nabble.com/Trouble-starting-ActiveMQ-as-service-on-Windows-Broker-ks-tp4658602p4658651.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Trouble starting ActiveMQ as service on Windows: Broker.ks

2012-11-02 Thread Claus Ibsen
loading the > application. > > I haven't changed the relevant lines in the wrapper.conf file: > > wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_CONF%/broker.ts > > ActiveMQ is installed in C:\Program Files > > > > > > -- > View this messa

Trouble starting ActiveMQ as service on Windows: Broker.ks

2012-11-01 Thread edswing
he wrapper.conf file: wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_CONF%/broker.ts ActiveMQ is installed in C:\Program Files -- View this message in context: http://activemq.2283324.n4.nabble.com/Trouble-starting-ActiveMQ-as-service-on-Windows-Broker-ks-tp4658602.html Sent from

Re: Problem starting ActiveMQ on MacOS

2012-03-29 Thread Gary Tully
ec/bin/activemq >  3) ./libexec/bin/macosx/activemq > >    I can see 1) calls 2). 3) for MacOSX has a different code and it gives > the following message > >    Starting ActiveMQ Broker... > >   when I issue "./libexec/bin/macosx/activemq start", > >    but when I chec

Problem starting ActiveMQ on MacOS

2012-03-29 Thread bibudh
copies of activemq: 1) ./bin/activemq 2) ./libexec/bin/activemq 3) ./libexec/bin/macosx/activemq I can see 1) calls 2). 3) for MacOSX has a different code and it gives the following message Starting ActiveMQ Broker... when I issue "./libexec/bin/macosx/activemq start",

Re: Error starting ActiveMQ as a Windows Service

2011-09-23 Thread stratio
Thank you so much, it helped a lot. I found the way to set the path of the tmpdir as a java options for the jvm and now it's working. Thanks again :) -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-starting-ActiveMQ-as-a-Windows-Service-tp3833945p3836356.html

Re: Error starting ActiveMQ as a Windows Service

2011-09-23 Thread Torsten Mielke
The stack trace contains org.eclipse.jetty.webapp.WebInfConfiguration.resolveTempDirectory(WebInfConfiguration.java:279) From http://grepcode.com/file/repo1.maven.org/maven2/org.eclipse.jetty/jetty-webapp/7.1.2.v20100523/org/eclipse/jetty/webapp/WebInfConfiguration.java#WebInfConfiguration.reso

Error starting ActiveMQ as a Windows Service

2011-09-22 Thread stratio
an i solve this problem? Thanks in advance for the help. -- View this message in context: http://activemq.2283324.n4.nabble.com/Error-starting-ActiveMQ-as-a-Windows-Service-tp3833945p3833945.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: starting activemq 5.4.2 on mac os x problems

2010-12-06 Thread Tommy Chheng
NM, I think the file was just corrupted. I downloaded the file from another mirror and it worked. @tommychheng http://tommy.chheng.com On 12/6/10 2:08 PM, Tommy Chheng wrote: Hi, I just downloaded apache-activemq-5.4.2-bin.tar.gz, untarred it and tried running it. Getting a strange error: [

starting activemq 5.4.2 on mac os x problems

2010-12-06 Thread Tommy Chheng
Hi, I just downloaded apache-activemq-5.4.2-bin.tar.gz, untarred it and tried running it. Getting a strange error: [14:06:39 ~/src/java/apache-activemq-5.4.2] ?$cd bin [14:06:42 ~/src/java/apache-activemq-5.4.2/bin] ?$ls activemqactivemq-admin.batrun.jarwrapper.jar activ

Re: starting activemq

2010-11-11 Thread Bruce Snyder
On Thu, Nov 11, 2010 at 10:48 PM, Steve Cohen wrote: > On 11/11/2010 04:42 PM, Bruce Snyder wrote: >> >> On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen >>  wrote: >>> >>> All the web Getting Started instructions as well as the new Manning book >>> on >>> ActiveMQ seem to indicate that you start the

Re: starting activemq

2010-11-11 Thread Steve Cohen
On 11/11/2010 04:42 PM, Bruce Snyder wrote: On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen wrote: All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main installat

Re: starting activemq

2010-11-11 Thread Bruce Snyder
On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen wrote: > All the web Getting Started instructions as well as the new Manning book on > ActiveMQ seem to indicate that you start the broker by entering > the command > >        bin/activemq > > from the main installation directory. > > My newbie experie

starting activemq

2010-11-11 Thread Steve Cohen
All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main installation directory. My newbie experience, using 5.4.1 indicates that this does not actually start the

Re: UnknownHostException while starting Activemq

2009-07-15 Thread keneida
dows: set.default.ACTIVEMQ_HOME=d:/apache-activemq-5.2.0 set.default.ACTIVEMQ_BASE=d:/apache-activemq-5.2.0 does not work as well -- View this message in context: http://www.nabble.com/UnknownHostException-while-starting-Activemq-tp4857225p24495707.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: UnknownHostException while starting Activemq

2009-05-14 Thread keneida
com/UnknownHostException-while-starting-Activemq-tp4857225p23541813.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread rmh1
etup any networks etc(just running it as a broker >> locally) and have not changed any of the config >> >> >> Any ideas why this might be happening or how I can fix this? >> >> Cheers, >> Rob >> > > > > :clap::clap: -- View this message in context: http://www.nabble.com/Error-starting-ActiveMq---Could-not-start-network-bridge-tp19739806p19740417.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread Dejan Bosanac
Hi, maybe you have multicast configured ... try commenting tag in your config file. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net rmh1 wrote: > Hi

Error starting ActiveMq - Could not start network bridge

2008-09-30 Thread rmh1
Exception: HUB7140LHF I am not trying to setup any networks etc(just running it as a broker locally) and have not changed any of the config Any ideas why this might be happening or how I can fix this? Cheers, Rob -- View this message in context: http://www.nabble.com/Error-starting-ActiveMq---Could

Re: Error During starting activemq

2008-09-29 Thread Joe Fernandez
What versions of ActiveMQ and the JDK are you using? If you're using JDK 1.4, try bumping it up to 1.5. Joe Get a free ActiveMQ user guide @ http://www.ttmsolutions.com MonaTakle wrote: > > I've installed activemq. but after starting activemq encountered the > following

Error During starting activemq

2008-09-28 Thread MonaTakle
I've installed activemq. but after starting activemq encountered the following error : Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/ac tivemq/console/Main (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass

Re: starting activemq remotely

2008-09-08 Thread mindspin311
Nevermind. Using \& didn't work. I can't repeat it, so I must've thought it worked when activemq was already running. When activemq is running, it always returns fine w/o hanging up. -- View this message in context: http://www.nabble.com/starting-activemq-remotely-tp19372454

Re: starting activemq remotely

2008-09-08 Thread mindspin311
ver is > started, but this is pointless as I will have to do this on several > machines remotely. > > I am using a patched version 5.1 of activemq and start_activemq.sh looks > like this > > #!/bin/sh > > if [ -z "$JAVA_HOME" ] ; then > export JAVA_HOME=

starting activemq remotely

2008-09-08 Thread mindspin311
tried both. Each of them return nothing to the terminal when running and hangup. Activemq however is started, but this is pointless as I will have to do this on several machines remotely. -- View this message in context: http://www.nabble.com/starting-activemq-remotely-tp19372454p19372454.html

Re: Exception when starting activemq 4.1.1

2007-05-31 Thread Eric Nygma
Thanks a lot Jonas. The annoying exception message has gone away after making the suggested change. -Eric. On 5/31/07, Jonas Lim <[EMAIL PROTECTED]> wrote: Hi, Try disabling mulitcast discovery in the activemq.xml : Regards, Jonas Eric Nygma wrote: > Hi, > > I have do

Re: Exception when starting activemq 4.1.1

2007-05-31 Thread Jonas Lim
Hi, Try disabling mulitcast discovery in the activemq.xml : Regards, Jonas Eric Nygma wrote: Hi, I have downloaded Apache ActiveMQ 4.1.1 on windows.After following the setup instructions. I executed the apache-activemq-4.1.1/bin/activemq.bat script : I got the followin

Exception when starting activemq 4.1.1

2007-05-31 Thread Eric Nygma
Hi, I have downloaded Apache ActiveMQ 4.1.1 on windows.After following the setup instructions. I executed the apache-activemq-4.1.1/bin/activemq.bat script : I got the following output : ACTIVEMQ_HOME: D:\installs\apache-activemq-4.1.1\bin\.. ACTIVEMQ_BASE: D:\installs\apache-activemq-4.1.1\bin\

Re: starting activemq getting errors

2007-03-28 Thread James Strachan
AIL PROTECTED]> wrote: >> >> Hi, >> While starting activemq i am getting this error. Any idea or >> suggestion would be helpfull. >> >> Thanks, >> Prakash Sen. >> >> >> E:\MQ\apache-activemq-4.1.0-incubator\bin>activemq >&g

Re: starting activemq getting errors

2007-03-28 Thread Prakash sen
I am using JDK 1.4. James.Strachan wrote: > > Which JDK are you using? > > On 3/23/07, Prakash sen <[EMAIL PROTECTED]> wrote: >> >> Hi, >> While starting activemq i am getting this error. Any idea or >> suggestion would be helpfull. >>

Re: starting activemq getting errors

2007-03-27 Thread James Strachan
Which JDK are you using? On 3/23/07, Prakash sen <[EMAIL PROTECTED]> wrote: Hi, While starting activemq i am getting this error. Any idea or suggestion would be helpfull. Thanks, Prakash Sen. E:\MQ\apache-activemq-4.1.0-incubator\bin>activemq ACTIVEMQ_HOME: E:\MQ\apache-activ

starting activemq getting errors

2007-03-23 Thread Prakash sen
Hi, While starting activemq i am getting this error. Any idea or suggestion would be helpfull. Thanks, Prakash Sen. E:\MQ\apache-activemq-4.1.0-incubator\bin>activemq ACTIVEMQ_HOME: E:\MQ\apache-activemq-4.1.0-incubator\bin\.. Loading message broker from: xbean:activemq.xml ER

Problem with starting activemq with network brokers

2007-02-18 Thread uma_rk
I am starting my standalone broker as follows by specifying network brokers as follows: C:\activemq>bin\activemq broker:tcp://localhost:61616,network:static:tcp://remoteHost:61616 I have two questions: 1) Am I right in assuming that in this configuration, the messages published on topics