Re: Negtive MessageCountAwaitingAcknowledge & DispatchedQueueSize on JConsol

2008-11-20 Thread WhiteSock
Thank you very much for your advice. I have tried ActiveMQ5.2 RC2, It seems that the problem still exists. I will raise a test case ASAP. vchekan wrote: > > From my experience, if you write a test case and create a JIRA issue, > then there are good chances it'll be fixed. > > Vadim. > > On

Consumer stops receiving message

2008-11-20 Thread janylj
Hello, For some reason, my consumer stops receiving message after some time. The problem seems to be triggered by varying the load. Here is the JMX for the queue when the consumer stops. You could see that there were a lot of pending messages. http://www.nabble.com/file/p20613096/consumer-problem

Re: Stuck messages - Dispatch issues

2008-11-20 Thread chrajanirao
Here is the issue that I created. Although the test case may not be of much help as I could not get it to fail with embedded broker, hope you would look into the issue. https://issues.apache.org/activemq/browse/AMQ-2009 Thanks, Rajani. Gary Tully wrote: > > A test case would be great because

Activemq does not deliver messages

2008-11-20 Thread Lars Eirik Rønning
Hi. I am running the binary version of activemq 5.1 We sometimes experience issue with having to restart activemq in order to get messages from the que. ThHis happens if no client has connected to the que for a while (that is the que has been idle for a while) (all messages are persisted) The code

Re: Transport Connector question

2008-11-20 Thread Joe Fernandez
If you're not using the other transports, you can go ahead and disable them. However, there shouldn't be any issues leaving them enabled. Joe http://www.ttmsolutions.com - get a free ActiveMQ user guide jaya_srini wrote: > > Hi > > The default XML configuration of ActiveMQ (5.1) has all the

Transport Connector question

2008-11-20 Thread jaya_srini
Hi The default XML configuration of ActiveMQ (5.1) has all the transport connectors enabled If we are only using tcp, do the others need to be enabled? Will there be any issues if all are enabled but we only use the tcp? My connection URL to th

Re: JMS Message Producer runs continuosly

2008-11-20 Thread stwhit
I'm seeing this problem too. Anybody have any ideas? -- View this message in context: http://www.nabble.com/JMS-Message-Producer-runs-continuosly-tp20369525p20610267.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

topic's not available on some machines

2008-11-20 Thread couzteau
Hi, My JMS system does not work reliably. Some machines receive messages and others do not. My setup is simple: - The production servers (running JBoss 4.2.2GA, JDK 1.6.0_10 on Red Hat Enterprise Linux ES release 4 , ActiveMQ 5.1 together with Spring 2.5) is hosting a web service that also act

Re: How to create .NET dll of ActiveMQ with IKVM

2008-11-20 Thread user939393
I have and it works great. This command will create the dll that you need. ikvmc.exe -target:library -out:activemq-client.dll "C:\Program Files\Apache\apache-activemq-5.1.0\activemq-all-5.1.0.jar" Your project will also need to reference IKVM.OpenJDK.ClassLibrary.dll, IKVM.Runtime.dll, and JVM.d

Re: Nms Reconnect

2008-11-20 Thread mkeenan
semog wrote: > > Like you, we can get messages to go for a while, and then the consumer > just stops getting new messages. The producer can still send messages, > though. It's very odd and frustrating. A couple of guys on my team are > working on tracking it down. > It is 100% my fault and

Re: Do the send timeouts actually work?

2008-11-20 Thread zxlllk
Your solution worked perfectly. I used "failover:tcp://IP_ADDRESS:PORT?maxReconnectAttempts=1" as a broker URI and I got the desired results. Thanks so much for your help! Joe Fernandez wrote: > > So you are using the failover transport. By default, the failover > transport will try indefinit

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
I don't know anything about QSHELL, but your JAVA_HOME is being set to "ROOTQIBMProdDataJava400jdk15binJava" Maybe don't use '\' and instead use '/' ? For example export JAVA_HOME=/xdir/ydir/zdir/jdk15 Awright wrote: > > Well fro future reference if anyone else gets this issue, I /think

Re: Do the send timeouts actually work?

2008-11-20 Thread Joe Fernandez
So you are using the failover transport. By default, the failover transport will try indefinitely to connect with the broker. So while it is trying, your send will block. See the following for info on how to give the failover transport some boundaries. http://activemq.apache.org/failover-trans

Re: Do the send timeouts actually work?

2008-11-20 Thread zxlllk
I am using ActiveMQ 5.1 (Stable Release) and the URL I use is "failover:tcp://IP_ADDRESS:PORT" -- View this message in context: http://www.nabble.com/Do-the-send-timeouts-actually-work--tp20583221p20603099.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
Well fro future reference if anyone else gets this issue, I /think/ I am on the right track... The QSHELL equivelant of the wondoze environment set is; export JAVA_HOME=\blah\blah\file I've not quite got it right as it's still whinging and throwing up an error message, but my error message has c

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
The JAVA_HOME environment variable points to your Java runtime home directory. For example, on Windoze it would be set as follows, C:\Program Files\Java\jdk1.5.0_06\jre So find out where your Java runtime has been installed and set JAVA_HOME accordingly. Joe Awright wrote: > > As previously

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
As previously mentioned - I know nothing about this side of iSeries tech as never had to use it prior to the company I work for now, so the whole $ACTIVEMQ is new to me... I'm assuming that's some kind of variable or something?..;) I've tried running it by going to the /bin directory while i

Re: ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Joe Fernandez
With the default configuration, you should be able to run the ActiveMQ message broker right out of the box What happens when you run $ACTIVEMQ_HOME/bin/activemq ? Joe http://www.ttmsolutions.com - get a free ActiveMQ user guide with the default con Awright wrote: > > Hello folks... I've do

ActiveMQ 5.1.0 installation on an iSeries.

2008-11-20 Thread Awright
Hello folks... I've done a quick search on this forum and haven't found the answers I was looking for, so hopefully someone out there can help me..:) Never touched ActiveMQ before, and therefore have zero previous experience of the product, but I have been asked to install it on an iSeries. Now,