Hi all, I have registered the ActiveMQ RA and Sun's genericra with Jencks. Receiving messages from both RA's to my MessageListener implementations works great. (Thanks!) However, I am now trying to implement outbound messaging.
I saw that in CVS there are some sample Spring configs for outbound messaging. When I tried it with genericra, I got some sort of Exception. When I tried it with the ActiveMQ RA, it worked but it created a new Connection rather than getting it from the pool. The sample configs are way more complicted than I would have expected. I think all I need is a ConnectionFactory from the RA's pool to pass to JmsTemplate to send the message. I know this is probably documentation in progress, but any hints? Thanks, Raman PS I know about the ActiveMQ work-around to define a PooledConnectionFactory. I'm still in the lurch with the genericra though.
