You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If in the same project I use for example the last version of MassTransit (that depends on RabbitMQ.Client v7.0.0) and Kernel Memory with RabbitMQ Orchestration (that still uses v6.8.1), a runtime error is raised:
MissingMethodException: Method not found: 'Void RabbitMQ.Client.ConnectionFactory.set_DispatchConsumersAsync(Boolean)'.
Importance
I cannot use Kernel Memory
Platform, Language, Versions
Kernel Memory v0.96.250120.1
The text was updated successfully, but these errors were encountered:
Context / Scenario
RabbitMQ.Client v7.0.0 introduces some breaking changes: rabbitmq/rabbitmq-dotnet-client#1720. Kernel Memory must be updated to use this new version. In particular, changes are required in the file RabbitMQPipeline.cs.
What happened?
If in the same project I use for example the last version of MassTransit (that depends on RabbitMQ.Client v7.0.0) and Kernel Memory with RabbitMQ Orchestration (that still uses v6.8.1), a runtime error is raised:
MissingMethodException: Method not found: 'Void RabbitMQ.Client.ConnectionFactory.set_DispatchConsumersAsync(Boolean)'.
Importance
I cannot use Kernel Memory
Platform, Language, Versions
Kernel Memory v0.96.250120.1
The text was updated successfully, but these errors were encountered: