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
project that instantiates and initializes an instance of _IntegrationEngine.EngineHost_.
35
35
1. Integration jobs that implement _IntegrationEngine.Model.IIntegrationJob_ (located in an assembly passed to _EngineHost_) are loaded.
36
36
1. Integration jobs are scheduled by posting a request to the [InEngine.NET Web API](web-api.html).
37
-
1. When a job is triggered a message is added to the RabbitMQ message queue defined in [IntegrationEngine.json](configuration.html) that indicates which job to run.
38
-
1. When a message is detected, a the __InEngine.NET__ job runner plucks the message from the queue and runs the job encoded within it.
37
+
1. When a job is triggered a message is added to the message queue, defined in [IntegrationEngine.json](configuration.html), that indicates which job to run.
38
+
1. When a message is detected, the __InEngine.NET__ job runner plucks the message from the queue and runs the job encoded within it.
<td>The <a href="http://msdn.microsoft.com/en-us/library/system.type.fullname%28v=vs.110%29.aspx">FullName</a> of an <a href="integration-jobs.html">Integration Job</a> type.</td>
0 commit comments