Is it possible to subscribe on events without having the correct type? (The assembly that the type is defined in is not loaded in the microservice that want to subscribe on the type).
Or do I manually have to bind the exchange ({namespace}:{typename}) to the correct queue using the rabbitmq client?