Re: Can't delete a queue

2008-09-12 Thread Vadim Chekan
I can't believe it is just me. I've just downloaded activemq-snapshot-20080907, did no configurations at all, just unzip it and ran in the console. Than wen to web admin console, create a queue 'aaa' from web console, purged it from web console. Restarted activemq. The queue 'aaa' is back. Could an

Multiple Broker Issue

2008-09-12 Thread merinoff
I have a network of brokers application where I need one broker to be at the center with duplex networkConnectors to multiple other brokers. The application in which the central broker is located must be able to, at runtime, programmatically add and delete networkConnectors. I've had no problem

Negative number of messages

2008-09-12 Thread Vadim Chekan
I tried to google either it is known problem but was not able to find my exact scenario. So let me know if it is known issue or I should enter jira issue. When you "purge" queue from web admin console, it zeroes queue message counter. But if you have an active consumer at that time which pre-fetch

Re: Discuss: strong naming of NMS assemblies

2008-09-12 Thread Jim Gomes
I guess there aren't any strong feelings one way or the other on this topic. That makes the decision easy then. I have logged JIRA AMQNET-115 to address this issue. - Jim On Fri, Sep 5, 2008 at 1:12 PM, Jim Gomes <[EMAIL PROTECTED]> wrote: > I would like to get people's feedback on strong namin

Re: CMS fails to compile on Mac OSX (Leopard)

2008-09-12 Thread Timothy Bish
I have not tested against the 1.3.x version of APR, can you install 1.2.12, that's the latest version that I've been able to test against so far. I don't have a Mac so this might require some trial and error to find the root cause. Regards Tim. On Fri, 2008-09-12 at 07:03 -0700, EJLeVin1 wrote:

CMS fails to compile on Mac OSX (Leopard)

2008-09-12 Thread EJLeVin1
Hi, I am trying to get the activemq-cpp distribution compiled under osx.. I am running into an issue when I run 'make' and am not sure what is going on. Here are the steps I did: -installed apache apr 1.3.3 through Mac Ports -downloaded cms distro -ran the following commands in the root of

FW: ActiveMQ Performance Test

2008-09-12 Thread Neveu, Jean-Noel
Hi all, I've been working with ActiveMQ at customer sites, and I thought other users might be interested in some of our findings around performance and tuning for ActiveMQ using the FUSE distribution of ActiveMQ

Re: setting up remote debugging in activeMQ and Intellij ???

2008-09-12 Thread Dejan Bosanac
Or you can try uncommenting ACTIVEMQ_DEBUG_OPTS in your activemq start script (bin/activemq or bin\activemq.bat) and start remote debugging in your IDE. For IDEA, see this article http://www.javaranch.com/journal/200408/DebuggingServer-sideCode.html Cheers Dejan Bosanac http://www.ttmsolution

Re: stomp durable subscriber

2008-09-12 Thread Dejan Bosanac
Hi, try using activemq.subscriptionName:teotti instead of durable-subscriber-name:teotti Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net Enrico Te

Re: Slow performance of NMS api compared to Java

2008-09-12 Thread Stefan_
Jim, I checked out the code and made some quick tests with the expected correct results. Thanks Stefan semog wrote: > > I made the change in the code to turn this on by default based on your > contribution. I made a few minor tweaks for .NET 1.1, but that's about > it. > Thanks for catchin

Re: Protect queues access with password

2008-09-12 Thread Joe Fernandez
The authentication plugin is used to control access to the broker. The authorization plugin is used to control access to the destinations. So if you haven't enabled the authorization plugin, then everyone who is granted access to the broker is also granted access to all the destinations. Joe Get

Re: The connection to x.x.x.x:x is taking a long time to shutdown

2008-09-12 Thread Yari Marchetti
after some testing i was able to produce a test case. With this test, i make some sequential subscriptions and unsubscriptions, and ask for a receipt after each one, then send some messages and try to receive them back. By running this script some times (most of the times 5 times is enough to repr

Protect queues access with password

2008-09-12 Thread Sandro Tosi
Hello, actually, every queue on activemq are "free entrance" for everyone (ok, knowing server, ports, name, etc) but we'd like anyhow to stop this and require a username/password access policy. I've read the security doc[1] and added the "Simple Authentication Plugin" but I'm still able to connec

Re: setting up remote debugging in activeMQ and Intellij ???

2008-09-12 Thread James Strachan
2008/9/11 Mick Knutson <[EMAIL PROTECTED]>: > Can someone help me to setup remote debugging within Intellij for activeMQ ? Why not just run the broker in the same JVM? e.g. http://activemq.apache.org/how-to-unit-test-jms-code.html -- James --- http://macstrac.blogspot.com/ Open Source Inte

Re: Sending

2008-09-12 Thread James Strachan
See http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html maybe you just need a temporary queue, so each client has their own queue until they shut down? 2008/9/12 kenjackson <[EMAIL PROTECTED]>: > > Hi, > > I'm an ActiveMQ newbie and I searched through the documentation, but I'm no

Re: 5.2 release cannot download

2008-09-12 Thread James Strachan
The release hasn't happened yet - we've only just started voting on the release candidate. Feel free to take it for a spin... http://people.apache.org/~gtully/staging-repos/activemq-5.2.0/org/apache/activemq/apache-activemq/5.2.0/ 2008/9/12 任增刚 <[EMAIL PROTECTED]>: > i am very excited heard the ac