EasyNetQ v6.3.1 Release Notes
Release Date: 2020-11-28 // over 4 years ago-
๐ฑ ๐ Features
- โฌ๏ธ Bump internal LightInject version #1161
Previous changes from v6.3.0
-
๐ฑ ๐ Features
- โจ Enhanced support of amqp connection string #1155
๐ The goal of this release is to support this kind of connection string:
amqp://user:pass@host:10000/vhost?persistentMessages=false&prefetchCount=2&timeout=1&publisherConfirms=true&name=unit-test&mandatoryPublish=true&connectIntervalAttempt=2&product=product&platform=platform
๐
ConnectionConfiguration.AmqpConnectionString
is deprecated and preferred way to getConnectionConfiguration
from amqp connection string is to callConnectionStringParser.Parse
.