How to kill NMS Queue?

2009-04-07 Thread neeraj kaushik
Is there any way to kill/purge specific NMS queue ? -- View this message in context: http://www.nabble.com/How-to-kill-NMS-Queue--tp22922681p22922681.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
Hello, I've a problem between activemq-core-5.2.0 and org.springframework.beans.factory. When starting my broker service - which start an embedded activemq - I get this error : ... Caused by: java.lang.ClassNotFoundException: *** Class 'org.springframework.beans.factory.InitializingBean' was

Re: embedding ActiveMQ thanks activemq.xml without starting

2009-04-07 Thread ffrenchm
Hello, the content of my xml file : !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You

Re: How to kill NMS Queue?

2009-04-07 Thread Timothy Bish
On Tue, 2009-04-07 at 00:16 -0700, neeraj kaushik wrote: Is there any way to kill/purge specific NMS queue ? The NMS.ActiveMQ implementation provides a DeleteDestination method in its Session class that can delete a Topic or Queue from the broker, provider there are no active consumers using

Lots of XA transactions going on for no apparent reason

2009-04-07 Thread Rik Gruwez
I have setup a transactional message listener in Spring, using ActiveMQ and Atomikos for JTA. ActiveMQ uses MySQL for persistency, no journaling is done. I noticed that the ID field in the activemq_msgs table increases for no apparent reason, without messages being posted on the queues. I enabled

Re: embedding ActiveMQ thanks activemq.xml without starting

2009-04-07 Thread Gary Tully
indicate the to broker (XBeanBrokerService) that it should not start: add start=false as in: broker xmlns=http://activemq.apache.org/schema/core; brokerName=Test dataDirectory=${activemq.base}/data start=false then you are free to call start from code. 2009/4/7 ffrenchm

How to Generate RPM of activemqcpp-2.2.5

2009-04-07 Thread dongabda
I want to generate the rpm of activemq-cpp for Fedora Core 10. I saw that the apr and apr-util have the .spec files, but the activemq-cpp not. Is there any way to generate it automatically or I must generate it manually? -- View this message in context:

Re: ActiveMQ + OSGI

2009-04-07 Thread ffrenchm
Hello again, I finally solve my dependency problems... The problem comes because I didn't load all the needing bundles. Bellow my felix ps : START LEVEL 1 ID State Level Name [ 0] [Active ] [0] System Bundle (1.5.0.SNAPSHOT) [ 1] [Active ] [1] Apache Felix

Re: How to Generate RPM of activemqcpp-2.2.5

2009-04-07 Thread Timothy Bish
On Tue, 2009-04-07 at 09:03 -0700, dongabda wrote: I want to generate the rpm of activemq-cpp for Fedora Core 10. I saw that the apr and apr-util have the .spec files, but the activemq-cpp not. Is there any way to generate it automatically or I must generate it manually? Currently there is

Re: Is there JDBC master/slave retry logic if database goes down?

2009-04-07 Thread magellings
How do you exactly provide your own implementation? On the JDBCPersistenceAdaptor the createDatabaseLocker will always use the DefaultDatabaseLocker: protected DatabaseLocker createDatabaseLocker() throws IOException { return new DefaultDatabaseLocker(getLockDataSource(), getStatements());

Re: Estimated release date for ActiveMQ NMS 1.1

2009-04-07 Thread magellings
Hello. I didn't get a response on the question below when attempting to follow-up. But I did see that the latest commit to Apache.NMS.ActiveMQ states deploying 1.1. Does this mean 1.1 is available? jgomes 01 April 2009, 13:19:40 -0500 (6 days ago) Make ReviewDeploy Apache.NMS.ActiveMQ

Re: Estimated release date for ActiveMQ NMS 1.1

2009-04-07 Thread Timothy Bish
On Tue, 2009-04-07 at 15:53 -0700, magellings wrote: Hello. I didn't get a response on the question below when attempting to follow-up. But I did see that the latest commit to Apache.NMS.ActiveMQ states deploying 1.1. Does this mean 1.1 is available? jgomes 01 April 2009, 13:19:40 -0500