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

Java serializer needs to know about exact protocol messages #44

Open
jjkester opened this issue Apr 28, 2017 · 0 comments
Open

Java serializer needs to know about exact protocol messages #44

jjkester opened this issue Apr 28, 2017 · 0 comments

Comments

@jjkester
Copy link
Contributor

At the moment there is some coupling between the serializer and the protocol messages -- the serializer bundle must specify the protocol as import to be able to deserialize the concrete messages.

A possible solution is to let the protocol bundle provide a serializer implementation, which the RabbitMQ bundles can depend on using the Dependency Manager (the latter is already in place).

@jjkester jjkester self-assigned this Apr 28, 2017
@ghost ghost added this to the 1 milestone May 3, 2017
@ghost ghost removed this from the 1 milestone Jun 2, 2017
@ghost ghost unassigned jjkester Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant