Fix SmtyAgentTask - remove consumeServiceName
Remove consumeServiceName from SmtyAgentTask. This allows receive#IncomingSystemMessage to create SystemMessage (status=SmsgReceived) which poll#AgentQueue can then process.
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -26,7 +26,6 @@ | ... | @@ -26,7 +26,6 @@ |
| 26 | 26 | ||
| 27 | <!-- Agent Task Message Type --> | 27 | <!-- Agent Task Message Type --> |
| 28 | <moqui.service.message.SystemMessageType systemMessageTypeId="SmtyAgentTask" description="Agent Task" | 28 | <moqui.service.message.SystemMessageType systemMessageTypeId="SmtyAgentTask" description="Agent Task" |
| 29 | contentType="application/json" | 29 | contentType="application/json"/> |
| 30 | consumeServiceName="AgentServices.poll#AgentQueue"/> | ||
| 31 | 30 | ||
| 32 | </entity-facade-xml> | 31 | </entity-facade-xml> | ... | ... |
-
Please register or sign in to post a comment