RE: Configuring a network of master/slave pairs

2007-10-30 Thread Jodi Moran
Hi Joe, The static:// scheme for the brokers should be the right approach. You can disable the 'WARN' reconnect messages by changing the severity level, in the log4j.properties file, from INFO to ERROR like this. log4j.rootLogger=ERROR, stdout, out Thanks for your reply. I know how to

Release Date for ActiveMQ 5.0

2007-10-30 Thread Tanja Ertl
Hi @all, when is the release date for the ActiveMQ 5.0 stable version? Is there already a date? Thanks, Tanja -- View this message in context: http://www.nabble.com/Release-Date-for-ActiveMQ-5.0-tf4717594s2354.html#a13485847 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

activemq with axis2

2007-10-30 Thread BW
Hello, I'm trying to deploy a web service on axis2 using JMS transport. I'm using tomcat 6.0.13, axis2 1.2 and activemq 4.1 here is my services.xml file : service transports transportjms/transport /transports parameter name=transport.jms.ConnectionFactory

ActiveMQ - Spring

2007-10-30 Thread navneek
Hi, Im trying to use the Spring approach to access the components in activemq.xml I tried to load this file using the following syntax ApplicationContext context = new ClassPathXmlApplicationContext(activemq.xml); But it throwing lot of xmlns(xml namespace) exceptions while im running this

Killing the embedded broker

2007-10-30 Thread metecan
Hello, i am trying to kill the embedded broker that is running in a junit testcase. I am using the nightly build of 5.0-SNAPSHOT. As far as i can see from the logs the broker is shut down normally but the lock on mysql database is still valid. This does not happen when i use the distribution

JBoss DatabaseServerLoginModule for JAAS

2007-10-30 Thread CobraTheSleek
I am trying to use JBoss org.jboss.security.auth.spi.DatabaseServerLoginModule jass module to authenticate a user. Has anyone tried this before? I keep getting the error shown below. I know for a fact that the module is operational as it hits the database and reads the roles etc. User user is

lost msgs in 4.1.1 Failed to checkpoint a message store, Not started

2007-10-30 Thread eklas
Hi I have a problem with lost messages in v4.1.1, probably due to some synchronization problem in the persistence layer. I use plain persistence: journaledJDBC journalLogFiles=5 dataDirectory=${activemq.base}/activemq-data/ I send messages 1mb. I don't immediately consume them, so they

Re: InvalidClientIDException when using valid NetworkConnectors in activemq.xml

2007-10-30 Thread tpounds
I've found a suitable workaround via system properties and command line. For anyone else interested this may be useful. activemq.xml: broker xmlsns=http://; brokerName=${system.hostname} dataDirectory=${activemq.base}/data It can be run on *nix systems as follows. I suspect there is a way

Re: JMX browse functions return empty

2007-10-30 Thread Pat ES
If it helps any, the customer is using Lingo (http://docs.codehaus.org/display/LINGO/Home) to put the msgs on the queue. If anyone is familiar with that. Thanks, Pat Pat ES wrote: My customer has ActiveMQ 4.1.1. They asked me to create a custom http://www.jmanage.org/ jManage

Exception in thread ActiveMQ Journal Checkpoint Worker java.lang.NullPointerException

2007-10-30 Thread arimus
After running for usually a matter of hours with a fair amount of traffic, I'm getting this in our logs on the server side: INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:xxx.blah.com-52335-1193766939276-1:0) started Exception in thread ActiveMQ Journal

All kinds of errors while running the ActiveMQ Broker. Please help!

2007-10-30 Thread sparky2708
I am getting all kinds of errors when I run the broker. And then the broker stops responding. Does anyone have any suggestions: [EMAIL PROTECTED] /tmp]$ more activemq_master.log ACTIVEMQ_HOME: /usr/local/activemq Loading message broker from: xbean:file:activemq_master.xml INFO BrokerService

Re: All kinds of errors while running the ActiveMQ Broker. Please help!

2007-10-30 Thread Nicky Sandhu
You probably have permission problems with the user running the broker and the directory being used by it sparky2708 wrote: I am getting all kinds of errors when I run the broker. And then the broker stops responding. Does anyone have any suggestions: [EMAIL PROTECTED] /tmp]$ more

Remove specific Topic from Activemq

2007-10-30 Thread JigarP
Hi, I have got Activemq and Spring working with my application and now i am thinking from performace /memory consumption related issues in my application. I want to delete specific topic from activemq when my work is completed for specific topic. i also checked JMS api for doing this but i

Re: console debugging

2007-10-30 Thread JigarP
Hi , go to ACTIVEMQ_HOME/conf/log4j.properties change below line. change INFO to DEBUG in below line. log4j.rootLogger=DEBUG, stdout, out Hope this will help you. lancedv wrote: Hi Guys, I just want to know how to turn on console debugging? Thanks! -- View this message

Re: AMQ with ajax

2007-10-30 Thread MyD
Hi JigarP, i read this many times - but my problem is that i have no idea what i have to do that i can use activemq on my webserver. The arcticle about ajax ist not very clear. I have no idea what i have to configure etc. Is it possible for you to give me a step by step introduction? This would

Re: AMQ with ajax

2007-10-30 Thread JigarP
Hi , I think you can go through http://activemq.apache.org/ajax.html http://activemq.apache.org/ajax.html link. This article explain configuration related to AMQ +AJAX. download latest release http://activemq.apache.org/activemq-411-release.html