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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: