Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with RabbitMQ.Client v7.0.0 #995

Open
marcominerva opened this issue Feb 6, 2025 · 0 comments · May be fixed by #1003
Open

Incompatibility with RabbitMQ.Client v7.0.0 #995

marcominerva opened this issue Feb 6, 2025 · 0 comments · May be fixed by #1003

Comments

@marcominerva
Copy link
Contributor

marcominerva commented Feb 6, 2025

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

@marcominerva marcominerva added bug Something isn't working triage labels Feb 6, 2025
@dluc dluc added feature request and removed bug Something isn't working triage labels Feb 7, 2025
@dluc dluc changed the title [Bug] Incompatibility with RabbitMQ.Client v7.0.0 Incompatibility with RabbitMQ.Client v7.0.0 Feb 7, 2025
marcominerva added a commit to marcominerva/kernel-memory that referenced this issue Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants