Hi,<br><br>The .NET user guide states that IModel instances should not be shared accross threads. So having multiple web requests publishing to the queue using the same IModel instance is not an option. However would it be (a) possible and (b) advantageous to share a IConnection instance, and have each web request create an IModel using the same connection instance? My thought is that sharing the IConnection would speed up message publishing (using BasicPublish).<br>
<br><br>Thanks<br>Ashley <br>