jimmyfrank
04-18-2008, 12:46 AM
I'm send messages to ActiveMQ using the .NET Messaging API. I'm not sure if this matters but I'm not using the NmsTemplate to do sends. I'm creating all the resources that the template would normally do, I think. I want to send messages from an .aspx page or even from a webservice webmethod. I'm trying to figure out/understand how to do connection pooling. Does the API do it, do I need to use the NmsTemplate, or do I need to do something further with the Spring Framework?
Thanks.
Thanks.