Skip to content

2.0.2

Compare
Choose a tag to compare
@johnsimons johnsimons released this 31 Oct 03:19
· 1782 commits to master since this release

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bugs

#51 ChannelAllocationException with RabbitMQ while publishing a lot of messages

We are using NServiceBus v5 with RabbitMQ Transport.
We have 6 services that run on the same machine/bus, using NServiceBus.Host.
One of them (InputService) process XML feeds and publish a lot of messages (about 1500) in a foreach loop.

Since the v5 update, this exception is raised in the publish loop of our InputService:

RabbitMQ.Client.Exceptions.ChannelAllocationException: The connection cannot support any more channels. Consider creating a new connection     
at RabbitMQ.Client.Impl.SessionManager.Create()     
at RabbitMQ.Client.Impl.ConnectionBase.CreateModel()     
at NServiceBus.Transports.RabbitMQ.ChannelProvider.GetNewPublishChannel() 
in c:\BuildAgent\work\41ea81d808fdfd62\src\NServiceBus.RabbitMQ\ChannelProvider.cs:line 35     

Content trimmed. See full issue

Where to get it

You can download this release from nuget