KahaDB clean up causes activemq server shutdown

2011-01-13 Thread Wassim Drira
Hello, I found that the server was consuming 100% of CPU for an hour after the last log messages listed below. So kill the process. What is the cause? and can you propose a solution? regards, Wassim 2011-01-14 06:49:00,598 | INFO | Slow KahaDB access: cleanup took 2304 | org.apache.activemq.sto

Re: queue still exist even after removal from conf/activemq.xml

2011-01-13 Thread ives
Does the queue still contain messages? -- View this message in context: http://activemq.2283324.n4.nabble.com/queue-still-exists-even-after-removal-from-conf-activemq-xml-tp3216681p3216899.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Question about ajax.html examples on website

2011-01-13 Thread habumaster
http://activemq.apache.org/ajax.html http://activemq.apache.org/ajax.html is the link I am referencing. The statement: "The AMQ AjaxServlet needs to be installed in your webapplications to support JMS over Ajax:" I see this AjaxServlet installed in the ActiveMQ 5.4.1 install I am running. Do

Re: queue still exist even after removal from conf/activemq.xml

2011-01-13 Thread konura
Thank you, but I tried it. The queue keeps showing up in the web UI. -- View this message in context: http://activemq.2283324.n4.nabble.com/queue-still-exists-even-after-removal-from-conf-activemq-xml-tp3216681p3216779.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: queue still exist even after removal from conf/activemq.xml

2011-01-13 Thread Alex Dean
On Jan 13, 2011, at 3:15 PM, konura wrote: > Please help me get read of this obsolete queue. In the web admin, visit the Queues page and click the 'Delete' link next to the queue's name. I see three possible actions for each queue, 'Send To', 'Purge', and 'Delete'. alex

queue still exist even after removal from conf/activemq.xml

2011-01-13 Thread konura
Hello! I created a queue by writing it in the conf/activemq.xml like this: http://activemq.apache.org/schema/core"; ..> .. ... I could see the queue in web UI and work just fine. Then I remove it from the activemq.xml file, stopped activemq a

Failed to reset batching ... PageFile is not loaded

2011-01-13 Thread ives
Has anyone seen log errors like the following? 2011-01-11 03:42:00,997 | ERROR | Failed to reset batching | org.apache.activemq.store.kahadb.KahaDBStore | Thread-2002 java.lang.IllegalStateException: PageFile is not loaded at org.apache.kahadb.page.PageFile.assertLoaded(PageFile.java:721)

ActiveMQ, documentation & timestamps

2011-01-13 Thread ives.stoddard
While there is some great information on ActiveMQ's website, some key areas are out of date or relevant only to specific versions. It would be extremely helpful to the user base to know when a page was last updated, and for which version of AMQ it was intended at the time it was written. This in

Timeout using WebSocket over Stomp

2011-01-13 Thread stratio
Hello, I'm using websockets to connect over stomp to a topic. It's all working but after 300 seconds it seems that the connection goes in timeout and I don't get messages anymore. Is there a way to keep the connection alive using stomp? Do i have to modify the activemq.xml file? In which way?

Re: MSSQL 3.0 support

2011-01-13 Thread Gary Tully
thanks, have committed the changes. On 13 January 2011 13:31, werdex wrote: > > Hello! > > I've created a corresponding issue in JIRA: > https://issues.apache.org/jira/browse/AMQ-3134 > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/MSSQL-3-0-support-tp3206822p3215839

ActiveMQ core XSD - more documentation please

2011-01-13 Thread Stevo Slavić
Hello ActiveMQ users, Being acustomed to XSDs of various Spring framework namespaces, and spoiled by level of documentation in them, I wish ActiveMQ namespace XSD had more documentation as well. For various attributes e.g. useJmx possible values are listed on autocomplete based on attribute type,

Re: MSSQL 3.0 support

2011-01-13 Thread werdex
Hello! I've created a corresponding issue in JIRA: https://issues.apache.org/jira/browse/AMQ-3134 -- View this message in context: http://activemq.2283324.n4.nabble.com/MSSQL-3-0-support-tp3206822p3215839.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: durable topic subscriber using spring and atomikos

2011-01-13 Thread Gary Tully
You cannot use a connection pool if you are setting the client Id on a connection factory because a durable sub can only be active on a single connection at a time. A durable subscription is tied to a well known clientId and subscriptionName, message are stored based on this identity and it needs

Re: Duplicate messages on temporary Topics

2011-01-13 Thread Gary Tully
I have yet to find a use case for conduitSubscriptions=false for topics. I think it may make sense to make the conduitSubscriptions flag applicable to queues only and always conduit for topics. A quick (but not foolproof) validation would be a full test run with the change to see if there is a use