Skip to content

7.0.0

Compare
Choose a tag to compare
@KonstantinRyazantsev KonstantinRyazantsev released this 04 Mar 12:49
· 86 commits to master since this release
a218535

Breaking changes

  • Mesage type has been changed from the byte[] to the RawMessage in IDeferredMessagesRepository, IPublishingQueueRepository, IRabbitMqPublishStrategy.
  • IPublisherBuffer has been made internal.
  • Optional parameter routingKey has been added to the deferred overloads of RabbitMqPublisher.ProduceAsync() methods.

New features

Routing key can be specified per message now. You can pass routing key as parameter to the on of RabbitMqPublisher.ProduceAsync() method overloads. If routing key is specified in both RabbitMqSubscriptionSettings and routingKey parameter of the ProduceAsync method, the last one wins.

Related release: Lykke.RabbitMqAzure 5.0.1