Re: ActiveMQ - Spring

2007-11-05 Thread ktecho
I don't know if this is your problem, but I lost a lot of time with a similar problem that was resolved by changing the spring-x.x.jar that comes with ActiveMQ with the latest version from the 1.x branch of Spring. Just delete the .jar that comes with ActiveMQ and put the .jar you downloaded with

error starting embedded broker

2007-11-05 Thread dmd
I get the following error when starting my app, which has an embedded broker. ERROR [org.dmd.ClientProxy.ClientProxyDaemon.main()] (ClientProxyDaemon.java:104) - org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'broker' defined in class path resource [client-

Re: Unable to build 5.0 source

2007-11-05 Thread Christopher . Mathrusse
Oh how you got my hopes up that it was going to be that simple. I did find that my java.exe was in WINDOWS/system32 directory and it was version 1.6, so I deleted it. I made certain that my JAVA_HOME was pointing to my java 1.5 installation and that javac version was also 1.5. They both are. So I

Re: Unable to build 5.0 source

2007-11-05 Thread Hiram Chirino
try to build it with java 1.5.. the qdox parser has a known issue with java 1.6 On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'm trying to build the 5.0 source from SVN but it continuously fails. The > SVN URL that I am using is > > https://svn.apache.org/repos/asf/activemq/tags/ac

Unable to build 5.0 source

2007-11-05 Thread Christopher . Mathrusse
I'm trying to build the 5.0 source from SVN but it continuously fails. The SVN URL that I am using is https://svn.apache.org/repos/asf/activemq/tags/activemq-5.0.0 I'm using maven with the method described on the build page: http://activemq.apache.org/building.html but each time I try to compi

Re: ActiveMQ-CPP 2.1.1 Released

2007-11-05 Thread Hiram Chirino
Yay! Congrats! On 11/5/07, Timothy Bish <[EMAIL PROTECTED]> wrote: > Hi everyone, > The ActiveMQ-CPP 2.1.1 release is now official! You can download the > source distribution here: > http://activemq.apache.org/cms/activemq-cpp-211-release.html >

ActiveMQ-CPP 2.1.1 Released

2007-11-05 Thread Timothy Bish
Hi everyone, The ActiveMQ-CPP 2.1.1 release is now official! You can download the source distribution here: http://activemq.apache.org/cms/activemq-cpp-211-release.html . There are several bug fixes and enhancements that you might want

Re: message expiration

2007-11-05 Thread spiiff
So we checked this ourselves, of course the messages are dropped out of the activemq persistence if they are received by the consumer(s). It is configurable in which time frame consumed messages will be dropped. And after checkpointing the journal to the database consumed messages are also dropped

Re: ActiveMQ and JPA with global transactions

2007-11-05 Thread James Strachan
See the background here... http://activemq.apache.org/should-i-use-xa.html Typically you either need to implement your own duplicate message detector, use an idempotent consumer... http://activemq.apache.org/camel/idempotent-consumer.html or use XA. Another approach I've used with customers is th

ActiveMQ and JPA with global transactions

2007-11-05 Thread dmd
Hi all, I am using JPA (currently with OpenJPA) to persist the execution state of a process. I sometimes need to use the same transaction to consume a message, update the state of the process and persist it to disk, and generate some message. Essentially I have two services which communicate vi

Re: activemq username/password config in tomcat jndi

2007-11-05 Thread sudip
using activemq-4.2.snapshot. This is what I have defined in the activemq config file: when I do this as you suggested, I get the following exception: org.springframework.jms.UncategorizedJmsException: Uncategorized exception o

Hang during startup of internal activemq in appserver cluster using persistance.

2007-11-05 Thread Johan E
Environment: WebSphere Applicationserver 6.1 ND Oracle 10g ActiveMQ 4.1.1 Using activemq_ra resource adapter. ActiveMQ configuration: Persistans using Oracle database Two questions. #1. When starting up the cluster of application servers only one application server starts up correctly. T

Re: OutOfMemoryError using 4.1.1

2007-11-05 Thread James Strachan
On 07/05/2007, Justin C. van Vorst <[EMAIL PROTECTED]> wrote: > > What is the correct number of file descriptors necessary to not have ActiveMQ > fail in a production environment? It depends on how many connections you're gonna have - I'd set it pretty high just in case; say to a few thousand. --

Re: ActiveMQ & NetMon

2007-11-05 Thread James Strachan
I guess the ERROR level is a bit high, it could be toned down to maybe a WARN - but something opening and closing a socket pretty quickly when trying to connect to ActiveMQ is certainly not normal, so some kinda logging is required - but it should be easy to turn off you want. On 05/11/2007, Tom S

Re: ActiveMQ & NetMon

2007-11-05 Thread Tom Samplonius
If Netmon is just opening the socket, and then closing it, ActiveMQ will complain. I don't think it should dump a stack trace though. Tom - "sparky2708" <[EMAIL PROTECTED]> wrote: > I am having issues monitoring activemq with netmon (10.0.1.8 is where > netmon > is running): > > ERROR

Re: OutOfMemoryError using 4.1.1

2007-11-05 Thread Yohan Liyanage
I came across this issue notice : https://issues.apache.org/activemq/browse/AMQ-1044 https://issues.apache.org/activemq/browse/AMQ-1044 "If async error such as a inactivity IO exception is detected while a subscription is being created, then that subscription is not fully cleaned up when the c

Re: Not able to receive messages using 'http' (transportConnector) connection

2007-11-05 Thread Yohan Liyanage
I came across this ActiveMQ Issue notice : https://issues.apache.org/activemq/browse/AMQ-1044 https://issues.apache.org/activemq/browse/AMQ-1044 -- View this message in context: http://www.nabble.com/Not-able-to-receive-messages-using-%27http%27-%28transportConnector%29-connection-tf4716718s23

Re: Not able to receive messages using 'http' (transportConnector) connection

2007-11-05 Thread Yohan Liyanage
krv wrote: > > I am getting the following warning in the ActiveMQ console: > > WARN ManagedTransportConnection - Failed to register MBean: > org.apache.activemq:BrokerName=OM-BLR-LT-0657,Type=Connectio > n,ConnectorName=http,ViewType=address,Name=blockingQueue > I also have the same pro