Re: AMQ4.1.1: External broker drops transport connector for unknown reason

2008-04-21 Thread uma_rk
I had a couple of significant problems with 5.0.0 due to which I chose to downgrade to 4.1.1. My main problem now is that sporadically, the messages on topics are not transported over the networkConnector to the rmeote broker, even though there are subscribers to the topic on the remote

Re: AllowOverride Limit should let me use Order in .htaccess?

2008-04-21 Thread Rob Davies
On 20 Apr 2008, at 15:39, jhsachs wrote: I am trying to enable mod_rewrite, and the results I'm getting do not make sense to me. I'm not very familiar with Apache configuration , and I hope that somebody more experienced can help me figure out what is going on. The environment is

Re: Poort ActiveMQ Persistence Performance

2008-04-21 Thread Rob Davies
I'd recommend looking at the AMQStore documentation - http://activemq.apache.org/amq-message-store.html parameters to look at increasing would be the indexPageSize and particularly the indexBinSize - as I suspect the bottle neck is the persistent index. cheers, Rob On 20 Apr 2008, at

4.2 work,but 5.0 don't

2008-04-21 Thread cauchy
I used the example (ConsumerTool.java,ProducerTool.java)in ActiveMQ 5.0 release pakage to test.The message can be sent to MQ 5.0,and also it can be received by other test tool(writen in delphi),but it can't be received by ConsumerTool.Then I changed MQ 5.0 to 4.2,messages can be transited

Re: Poort ActiveMQ Persistence Performance

2008-04-21 Thread vanyatka
Thanks, Rob I'll try to play with those parameters, here is what I got so far: persistenceAdapter amqPersistenceAdapter directory=activemq-data maxFileLength=32mb indexBinSize=8192 indexPageSize=128kb /

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread Dejan Bosanac
Hi, xbean support for simple authentication plugin is available since 5.0 and is working fine. You can find an example configuration in unit test resources https://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/simple-auth-broker.xml In the

ActiveMQ not starting - Local host name unknown

2008-04-21 Thread shekar
When trying to run activemq from bin directory, i am getting the following error message: Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: mysql: mysql Can anybody let me know what's with this!!! -- View this message

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Dejan Bosanac
It seems to me that you have a wrong JDBC url (mysql) in your configuration. Can you provide a configuration you are using? Thanks -- Dejan Bosanac www.scriptinginjava.net On Mon, Apr 21, 2008 at 1:22 PM, shekar [EMAIL PROTECTED] wrote: When trying to run activemq from bin directory, i am

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Fred D
Hi Not sure which release you are attempting to run. As well, what is the structure of the command you are issuing. For a simple test run, out of the box just issuing activemq should just start a broker with a default setup. If you are looking to give ActiveMQ a try, perhaps pick a stable

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread j0llyr0g3r
Hi and thx for your reply. Maybe i didn't make myself clear enough.:-) I follow exactly the documentation example from here: http://activemq.apache.org/security.html This means: - I create a login.conf: activemq-domain { org.apache.activemq.jaas.PropertiesLoginModule required

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread j0llyr0g3r
Hi, sorry, i forgot something: If i get the documentation right, the most simple setup would to just insert: plugins simpleAuthenticationPlugin users authenticationUser username=system password=manager

Re: Simple authentication not working: Unrecognized xbean element mapping: authenticationUser

2008-04-21 Thread ttmdev
If you've got security enabled, then I'm afraid you're going to have to comment out the commandAgent and most probably the camelContext elements. These components try and connect to the broker, but AFAIK there's no way to assign them a valid user name and password via their respective elements in

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread alanmc
We're seeing the same behavior with 5.1.0. We're basically running the default broker configuration, with advisory support turned off. We were using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and after switching over with the exact same configuration we started seeing

Problem in using ActiveMq-5.0.0.

2008-04-21 Thread Sonia_08
Hi, I downloded the stable release of ActiveMq 5.0.0. Previously i was using version 4.1.1. I want to upgrade to the newer version. But when i do so, am gettin the followin error: Could not connect to broker URL: tcp://localhost:8080. Reason: java.net.ConnectException: Connection refused ] My

Re: ActiveMQ-5.1.0-RC3 - Messages going missing

2008-04-21 Thread Rob Davies
Are you using networks as well ? On 22 Apr 2008, at 04:01, alanmc wrote: We're seeing the same behavior with 5.1.0. We're basically running the default broker configuration, with advisory support turned off. We were using 5.0.0, but saw memory leakage and wanted to try out 5.1.0 and