ActiveMQ 5.0.0 --- Could not locate data file data-topic-data-1

2008-05-05 Thread DavidS4
I am developing a notification system that writes to ActiveMQ. It seems to work great, for a while. I pushed about 250,000 messages to the topic, reading them on the subscriber all the while. We then stopped generating the messages. When we started again, I got the following error:

Re: Tomcat doesn't shutdown when amq client used within webapp

2008-05-05 Thread Marco Buss
Hello, i use a ContextListener. In this Listener i tell every Subscriber that he must close his open connection to the Broker. This works for me becaus the Subscribers are Singletons in my case. MfG Marco DominicTulley wrote: When we shut down our tomcat server the java process does not

Re: Tomcat doesn't shutdown when amq client used within webapp

2008-05-05 Thread DominicTulley
Hi Marco, thanks for the suggestion. I think there might be two similar but different problems. The jira I raised has been resolved and my immediate problem has gone away with it. However, I have seen a report of subscriber/listener threads not going away on this forum as well and I wonder if

Re: ActiveMQ 5.0.0 --- Could not locate data file data-topic-data-1

2008-05-05 Thread Rob Davies
This is a known bug in 5.0 - please try the 5.1 release candidate - http://people.apache.org/~chirino/staging-repos/activemq-5.1.0-RC6/org/apache/activemq/apache-activemq/5.1.0/ cheers, Rob On 5 May 2008, at 15:48, DavidS4 wrote: I am developing a notification system that writes to

Re: JDBC Master/Slave Failover Behavior

2008-05-05 Thread Rob Davies
On 5 May 2008, at 15:57, Rob Bugh wrote: Can someone point me to where the the behavior of the JDBC Master/ Slave topology is explained, specifically with respect to how transactions are managed during failover? I thought that uncommitted transactions would seamlessly failover to the

Re: maximum open cursors exceeded

2008-05-05 Thread Rob Davies
Could you try the latest SNAPSHOT - I'm hoping this could be fixed by https://issues.apache.org/activemq/browse/AMQ-1702 cheers, Rob http://open.iona.com/ -Enterprise Open Integration http://rajdavies.blogspot.com/ On 5 May 2008, at 03:58, Hatta wrote: Hi again, To the respected

Monitoring for slow consumers

2008-05-05 Thread Badri
Is there any configuration in Active MQ which will detect slow consumers automatically log any message to the log file? Right now we have been using ./query command to detect slow consumers. Are there any alternatives which will detect this condition automatically? Are there any configurable

Re: Monitoring for slow consumers

2008-05-05 Thread Rob Davies
On 5 May 2008, at 22:08, Badri wrote: Is there any configuration in Active MQ which will detect slow consumers automatically log any message to the log file? Right now we have been using ./query command to detect slow consumers. Are there any alternatives which will detect this

Re: Securing the web console impossible?

2008-05-05 Thread wiseguysby
Hi bro, I've just following like below, but not success, when i've trying login always failed ( Login failure : all modules ignored) I've ActiveMQ 5.0 and jetty 1.6.9 and installed on windows XP. ActiveMQ without security login is working properly. so what should i do? regards hakim

How consuming message works in the multicase network?

2008-05-05 Thread janylj
Hello, I have set up the multicast network of two brokers, broker A and broker B have the same configuration. networkConnectors networkConnector name=default-nc uri=multicast://default/ /networkConnectors transportConnectors

Should I use 5.2 snapshot or 5.1? amq.js is missing from 5.2 chat demo

2008-05-05 Thread Brad Clements
Hi, I am trying to a) find detailed documentation on setup and configuration of the REST interface (best I can find is copying demo web.xml) b) find out what org.apache.activemq.util.RestFilter is (it's not in javadocs) c) locate amq.js (it's not in the 5.2 demo webapp) Should I go back