Re: ActiveMQ causes application to hang on Glassfish

2008-07-16 Thread everett
Hans Bausewein wrote: > > > everett wrote: >> >> >> In the end, due to somewhat severe time constraints, I decided to use >> RabbitMQ because it is well-documented and and actually works. >> >> Thank you for your help anyway, Hans. >> >> > > There is a lot "on their roadmap", but apparent

Re: ActiveMQ causes application to hang on Glassfish

2008-07-15 Thread Hans Bausewein
everett wrote: > > > In the end, due to somewhat severe time constraints, I decided to use > RabbitMQ because it is well-documented and and actually works. > > Thank you for your help anyway, Hans. > > There is a lot "on their roadmap", but apparently not so much done, yet. It does not int

Re: ActiveMQ causes application to hang on Glassfish

2008-07-15 Thread everett
Hans Bausewein wrote: > > > Hans Bausewein wrote: >> >> >> If I understand Ramesh' description correctly, then you must replace >> "genericra" with "activemq-rar-5.1.0.rar" (= value of "rar-name" >> property in "ra.xml"). >> >> > > I have to correct myself here. This "rar-name" was in th

Re: ActiveMQ causes application to hang on Glassfish

2008-07-08 Thread Hans Bausewein
Hans Bausewein wrote: > > > If I understand Ramesh' description correctly, then you must replace > "genericra" with "activemq-rar-5.1.0.rar" (= value of "rar-name" property > in "ra.xml"). > > I have to correct myself here. This "rar-name" was in the JBoss deployment descriptor for the reso

Re: ActiveMQ causes application to hang on Glassfish

2008-07-07 Thread Hans Bausewein
everett wrote: > > Thank you for the tip. I've taken a look at Ramesh's excellent guide > (http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html) > It was good for ActiveMQ 4, but it uses a generic JMS resource adapter, which makes it quite complicated (though I guess i

Re: ActiveMQ causes application to hang on Glassfish

2008-07-07 Thread everett
Hi Hans, Hans Bausewein wrote: > > > everett wrote: >> >> Hi, >> >> I am using the 5.1.0 release of ActiveMQ. My JVM is version 1.6.0_06 and >> I am running on Debian Sid. I have a Java web application which uses >> ActiveMQ that I have deployed in Glassfish V2 UR2. Both Glassfish and >> Act

Re: ActiveMQ causes application to hang on Glassfish

2008-07-05 Thread Hans Bausewein
everett wrote: > > Hi, > > I am using the 5.1.0 release of ActiveMQ. My JVM is version 1.6.0_06 and I > am running on Debian Sid. I have a Java web application which uses > ActiveMQ that I have deployed in Glassfish V2 UR2. Both Glassfish and > ActiveMQ are running on the same server. > ...