Forgot to mention that I am using activemq 5.2 in linux
paksiw wrote:
>
> Hi,
>
> I understand from the documentation that I'll need to enable the
> management context connector in order for me to successfully use the
> "activemq-admin stop" command.
>
> I want to change the Management Conte
Forgot to mention, I'm using activemq version 5.2 in Linux.
paksiw wrote:
>
> Hi,
>
> I understand from the documentation that I'll need to enable the
> management context connector in order for me to successfully use the
> "activemq-admin stop" command.
>
> I want to change the Management C
Hi,
I understand from the documentation that I'll need to enable the management
context connector in order for me to successfully use the "activemq-admin
stop" command.
I want to change the Management Context default port from 1099 to 1199. I
tried changing the management context connectionPort
Dear All,
I have several client machines and a server machine.
On every client machine, there has been depolyed an activeMQ and there is a
WebsphereMQ server on the server machine.
Our Java application using activemq in client machine to send messages to
the server machine.
This means that the Jav
Grant,
I have got client and server side authentication to work. My code is a
customized log4j appender but The AuditAppender class connect method shows
how I did. I followed the instructions on same page u did.
Here is what all my files do:
1) AuditAppender.java - Custom log4j appender which m
Hi,
Anyone can confirm me if JMSMessageID value generation is unique among all
the time? I refer that message id from consumed message can't be used again.
Thanks!
--
View this message in context:
http://www.nabble.com/JMSMessageID-tp23771041p23771041.html
Sent from the ActiveMQ - User mailing
activemq.bat will start a broker instance.
activemq-admin.bat can be used to start a broker as well but it has other
admin functionality to it.
See http://activemq.apache.org/activemq-command-line-tools-reference.htmlfor
more details.
-Gio
On Thu, May 28, 2009 at 11:58 AM, pstein wrote:
>
> In
When I clicked on activemq.bat (under WinXP) then a lot of lines appear
with a "INFO" tag at the beginning. Then nothing happens.
Is ActiveMQ server successful started ?
Actually I expected an info line at last similar to:
"ActiveMQ running and ready..."
Peter
--
View this message in context:
In the bin directory I found two different *.bat files:
activemq.bat and activemq-admin.bat
What is the difference between them?
Peter
--
View this message in context:
http://www.nabble.com/Diff-between-activemq.bat-and-activemq-admin.bat--tp23764705p23764705.html
Sent from the ActiveMQ - User
Hi
thanks for letting us know.
Every piece of knowledge helps :)
Regards
Andreas
On May 28, 2009, at 3:26 PM, ffrenchm wrote:
Hello Andreas,
I finally get an idea from where could comes the problem because I
reproduced it through Eclipse with my JUnit tests on my embedded
activemq
proje
Hi,
I am new to message queues, and have hit a problem, which I cannot seem to
find an answer to either here or on the ActiveMQ website.
I am using v5.2 and Net::Stomp through CPAN.
I have a durable subscriber to a topic, which loses his connection (Not
Cleanly disconnecting first - i.e. proces
Hi,
have you used waitUntilStarted() and waitUntilStopped() methods.
Take a look at testForceBrokerRestart() test here
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/xbean/ConnectorXBeanConfigTest.java?revision=773569
it does what you are trying to a
Hello Andreas,
I finally get an idea from where could comes the problem because I
reproduced it through Eclipse with my JUnit tests on my embedded activemq
project which is directly linked on my activemq-core Eclipse project (note
that when I link my embedded activemq project with the activemq-co
Thanks for your answer Ruben...
Anyway I think that the start(force) method shouldn't raise me the following
exception :
> 2562 [main] ERROR
> org.apache.activemq.store.kahadaptor.KahaPersistenceAdapter - Failed to
> get
> destinations
> java.io.IOException: Store has been closed.
>at
>
Hi Dejan,
Wasn't sure if underneath the covers, the AMQ client code was allocating a
thread for each connection.
Thanks for the quick response.
Joe
Dejan Bosanac wrote:
>
> Hi Joe,
>
> I think problem is that your thread is blocked on producer send(), so no
> matter sessions and connecti
I second this. I notice that some consumers get disconnected after some time
that they don't receive messages.
mythz wrote:
>
> Is there a way to change the idle connection timeout for consumers in
> ActiveMQ v5.0?
>
> I'm having a problem that wasn't happening in ActiveMQ v4.x where the
> con
Hi,
I am new to this ActiveMQ and Jboss.
I successfully configured ActiveMQ and Jboss using the link :
http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
http://activemq.apache.org/integrating-apache-activemq-with-jboss.html
Whats the correct approach to configure Jboss wi
Hi Joe,
I think problem is that your thread is blocked on producer send(), so no
matter sessions and connections nothing else could be done until it is
unblocked.
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - h
Hi Mark,
you can try using http transport
http://activemq.apache.org/http-and-https-transports-reference.html
if you expirience any problems with this transport, you can try latest 5.3
snapshots as there were couple of improvements in this area recently.
Cheers
--
Dejan Bosanac
Open Source Int
I am looking for a way to throttle the rate of release of messages from a
nominated ActiveMQ 5.2.0 queue.
I would like to be able to say something like 'release 1 message per second
from this queue'. My scenario only has one consumer.
I am not concerned about the queue building up, at this stage
20 matches
Mail list logo