Retroactive Consumer + limited consumption

2007-09-13 Thread chahir
Hi everybody! I want to use retroactiveConsumer, so I published 1000 messages before starting a subscriber. The subscribre consmed only 100 messages. If I restart it, it will consume 100 other messages. Why It couldn't consume all messages? when I started the subscriber before the publisher, It

Re: AMQ 4.0.x MDB Listener not connecting

2007-09-13 Thread SurajN
Hi James, I am also facing the same issue with WAS5 and ActiveMQ4.1.1 This appears to be a local transaction issue in websphere. This happens when websphere tries to create a new server session by calling new ServerSession() [com.ibm.ejs.jms.listener.ServerSession]. The constructor starts a

Re: Master/Slave jdbc row lock can't be auto-released

2007-09-13 Thread Mario Siegenthaler
This works for me. As soon as the database detects the loss of the connection it frees the lock. Tested with MySQL and SQL-Server. I didn't plug the power but instead did a kill -9 or unplugged the network cable on the master. I think this is supposed to be a feature of any database or else you'd

Failed to build the latest code

2007-09-13 Thread Norman wang
Hi, I am a fresh to ActiveMQ, this is my first time to build it, hope anyone can help me. I checked out the code from the repository today, and use the command: mvn -Dmaven.test.skip=true install to build the code, but it failed, the detail error log is as follows: [INFO]

Re: Notification of consumer disconnect - Howto?

2007-09-13 Thread Gaurav Hariani
Mea Maxima Culpa! As penance I will post an example of how to accomplish this using Advisory Topics. Gaurav Gaurav Hariani wrote: We have a scenario where we would like to be notified when a consumer on a Topic disconnects. Is there a way to do this? Maybe using the Advisory Topics?

Re: Looking for Help ActiveMQ and Jetty

2007-09-13 Thread Zanderfax
Attached is the logfile with debug info. I started activemq, then jetty, loaded the web page and sent 2 messages. I see the connections but there is nothing transfered. Any ideas? http://www.nabble.com/file/p12665375/activemq.log activemq.log chago wrote:

Re: Master/Slave jdbc row lock can't be auto-released

2007-09-13 Thread Dingwen Yuan
Thank you Mario, Killing the process also works for me. But I seems when suddenly a power failure occurs, postgres and mysql have no means to release the lock. Dingwen Yuan 2007/9/13, Mario Siegenthaler [EMAIL PROTECTED]: This works for me. As soon as the database detects the loss of the