Hmm, I'm going to have to investigate further, because when using the resource adapter (with pooling) sending 100 messages in a tight loop takes about 30 seconds.
When using the PooledConnectionFactory without the resource adapter, sending 100 messages in a tight loop happens almost instantaneously. So if the pooling is happening, then the RA is causing a slow-down somewhere else. Cheers, Raman Hiram Chirino wrote: > Hi Raman, > > It may seem that way, but I think they actually are being pooled. > Check out: > > http://activemq.com/Resource+Adapter+does+not+seem+to+pool+connections > > Regards, > Hiram > > On Sep 15, 2005, at 11:29 AM, Raman Gupta wrote: > >> >> The connections are not taken from the pool -- I see the following on my >> console on every call to JmsTemplate.send(): >> >> INFO: Adding new client: ID:... on transport: VmTransportChannel: null >> INFO: Removing client: ID:... on transport: VmTransportChannel: null >> >> >>> Guillaume Nodet >>> >> >> Cheers, >> Raman >> >
