Re: AMQ 4.1 and Spring XML beans

2007-09-03 Thread Paul Smith
On 04/09/2007, at 4:46 PM, James Strachan wrote: On 9/3/07, Paul Smith <[EMAIL PROTECTED]> wrote: Confused! This works (as expected): But this doesn't which is sort of copied from the XML guide on the website:

Re: AMQ 4.1 and Spring XML beans

2007-09-03 Thread James Strachan
On 9/3/07, Paul Smith <[EMAIL PROTECTED]> wrote: > Confused! This works (as expected): > > > > > > > > > > > > But this doesn't which is sort of copied from the XML guide on the > website: > > > > this is an

Re: XBean Jetty config for ActiveMQ?

2007-09-03 Thread James Strachan
You've probably not got the correct jars on the classpath? e.g. grab a 5.0-SNAPSHOT of ActiveMQ, see its activemq.xml and its classpath (the jars on the lib directory) and check your classpath against it. On 8/31/07, budcurtis <[EMAIL PROTECTED]> wrote: > > I'm trying to include the jetty configur

Re: Temp queue vs topic via message selector?

2007-09-03 Thread James Strachan
On 8/31/07, TOPPER_HARLEY <[EMAIL PROTECTED]> wrote: > > Hi all, > We are currently using temp queues for dispatching data to a number of > clients. In this way each client gets only his own data, request response > style. However we are having lots of trouble with the temp queues and the > broker

Re: ActiveMQ vs TIBCO RV

2007-09-03 Thread James Strachan
On 9/4/07, saleem145 <[EMAIL PROTECTED]> wrote: > > So can I presume with Active MQ I can publish and subscribe thousands of > messages per second?? Absolutely > Which is the most widely used open source bus?? ActiveMQ James --- http://macstrac.blogspot.com/

Re: ActiveMQ vs TIBCO RV

2007-09-03 Thread saleem145
So can I presume with Active MQ I can publish and subscribe thousands of messages per second?? Which is the most widely used open source bus?? Saleem James.Strachan wrote: > > On 9/2/07, saleem145 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I know TIBCO RV in detail but haven't used Active

Re: ActiveMQ vs TIBCO RV

2007-09-03 Thread James Strachan
On 9/2/07, saleem145 <[EMAIL PROTECTED]> wrote: > > Hello, > > I know TIBCO RV in detail but haven't used ActiveMQ. My question is what is > the difference between the two. Are they functionally equivalent?? What is > the difference in bandwidth, etc. Here's a quick list off the top of my head. We

Re: ActiveMQ vs TIBCO RV

2007-09-03 Thread ttmdev
You may also want to consider comparing TIBCO EMS with AMQ, since EMS is TIB's implementation of the JMS. Joe saleem145 wrote: > > Hello, > > I know TIBCO RV in detail but haven't used ActiveMQ. My question is what > is the difference between the two. Are they functionally equivalent?? What

Transacted session commit is slow

2007-09-03 Thread Dziugas Baltrunas
Hi list, I've noticed that Session.commit() operation is very slow both for consumer and producer modes. I'm using Apache ActiveMQ 4.1.1. I tried both with persistent and non-persistent messages, switching tcpNoDelay and asyncSend/asyncDispatch flags, but overall result was more or less the same -

AMQ 4.1 and Spring XML beans

2007-09-03 Thread Paul Smith
Confused! This works (as expected): But this doesn't which is sort of copied from the XML guide on the website: I get this error after starting up Spring: Exception in thread "mai