We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fef9d commit 564b754Copy full SHA for 564b754
IntegrationEngine/MessageQueue/RabbitMQListener.cs
@@ -73,7 +73,7 @@ void _listen()
73
integrationJob = AutoWireJob(integrationJob, type);
74
if (integrationJob != null)
75
{
76
- if (integrationJob.GetType() is IParameterizedJob)
+ if (integrationJob is IParameterizedJob)
77
(integrationJob as IParameterizedJob).Parameters = message.Parameters;
78
integrationJob.Run();
79
}
0 commit comments