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

Refactor RabbitMQ access API and package visibility #462

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

bitzl
Copy link
Member

@bitzl bitzl commented May 11, 2023

This PR completes the introduction of the new and highly ergonomic RabbitMQ and routing API as partly introduced in Flusswerk 5.

Public access to the internal class MessageBroker is not longer necessary at all and was deprecated before. Therefore, MessageBroker is removed from the public interface.

@bitzl bitzl marked this pull request as ready for review May 12, 2023 13:06
import com.github.dbmdz.flusswerk.framework.model.Message;
import java.io.IOException;

public class Processing {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this class? Its methods are also part of RabbitMQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants