[rabbitmq-discuss] Why connection.CreateModel in C#?
Matthias Radestock
matthias at rabbitmq.com
Wed Jan 30 19:13:24 GMT 2013
On 30/01/13 18:25, Mark Miller wrote:
> Why does C# use IModel and IConnection.CreateModel() instead of calling
> it a channel like in the other clients?
The .net client pre-dates many of the other client. The "model"
terminology stems from an attempt to abstract away from the AMQP
specific terminology of "channel". Never caught on, but we are stuck
with it now.
Matthias.
More information about the rabbitmq-discuss
mailing list