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
We are trying to migrate a RMQ publisher to ASB, while keeping a subscriber at RMQ. According to the Readme it is possible to do that by enabling the migration mode for the publisher first. The problem is that the RMQ subscriber is not handling the events since we enabled transport migration for the publisher.
How to reproduce?
The RMQ subscriber continues to run.
I disabled RabbitMQTransport in the published and enabled transport migration with:
Sorry for the late response, I was on vacation last four weeks. The migration mode was mainly tested with MSMQ/SQL combo so I am not yet sure what can be the problem.
Are you going to keep the subscriber on RMQ or move everything to ASB in a endpoint-by-endpoint manner? The main purpose of the migrator was to move the whole system endpoint-by-endpoint from one transport to another in a couple of days.
If you plan to keep the subscriber on RMQ for longer then it would be better to just set up a regular router between RMQ and ASB and allow messages to flow.
We are trying to migrate a RMQ publisher to ASB, while keeping a subscriber at RMQ. According to the Readme it is possible to do that by enabling the migration mode for the publisher first. The problem is that the RMQ subscriber is not handling the events since we enabled transport migration for the publisher.
How to reproduce?
Result: the RMQ subscriber is not handling the published event.
Is this something that is expected? Or is our configuration incorrect?
The text was updated successfully, but these errors were encountered: