You are viewing limited content. For full access, please sign in.

Question

Question

Workflow - Does the Message Queue get lost when you migrate a VM from one host to another?

asked on May 8, 2024

We had a customer who disconnected the database for workflow about 2 weeks before a migration but left repository access online. So users could enter documents into the system but workflow was not there to process them.

Typically all you have to do is start the workflow service again and the subscriber activities will be waiting in the message queue.

However when they started the services after migrating the host to new hardware, there was nothing in the message queue and only new actions in the repository were being accounted for.

Changing physical hardware on a non-VM would never delete your message queue, does changing the hardware on a VM cause this? Did something else they might have done cause this? How can the message queue be wiped like this?

0 0

Replies

replied on May 28, 2024

Yes. The message queue is local to the machine. Any messages that were in it, would not get transfered.

Though, likely, that is not your problem. The Subscriber keeps track of the last processed message ID in the registry on the WF Server. When you install it on a new machine and configure it, it starts to process messages point forward, it does not know it has a processing gap from where it left off on the previous server and the current time.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.