Skip to content

Mismatch between PublishMessage and Stimulus message #72

@muharemkapo

Description

@muharemkapo

Hello,

white trying out PublishMessage activity using MassTransit over RabbitMq, I have noticed that hashes created for the registered trigger and for the stimulus (which should match the trigger's hash) are different. Here is the workflow that publishes the message:

Image

Here is the workload that receives it:

Image

Here is the definition of the message:

Image

I have also added this in the MassTransit configuration:

Image

When stopping at the breakpoint here, one hash is shown:

Image

When triggering message, stimulus has a different hash:

Image

This is caused by the names in the hash function being different, i.e. for the trigger "MessageReceived" is the used name, whereas for the stimulus, "OcrDispatchWorkflowInput" is being used.

These are the packages I am using:

Image

I wish I had time to fix this myself, but unfortunately that is not the case. Let me know if you need more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions