Hello @Omar Cruz,
welcome to this moderated Azure community forum.
You make use of routing MQTT messages towards an Eventhub:
This is a one-way connection, from MQTT broker towards Azure services.
If you need to send message on certain topics, you need to create a separate MQTT client for sending these messages.
Because you need to create a client connection before sending messages, a stateful client is recommended so the connection is kept alive.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.