//Process AIF Gateway Queue in X++
static void AXProcessAIFQueue(Args _args)
{
// Inbound
new AifGateWayReceiveService().run(); // read the messages
new AifInboundProcessingService().run(); // process the messages in queue
// Outbound
new AifOutboundProcessingService().run(); // process messages in queue
new AifGateWaySendService().run(); // send messages
}
static void AXProcessAIFQueue(Args _args)
{
// Inbound
new AifGateWayReceiveService().run(); // read the messages
new AifInboundProcessingService().run(); // process the messages in queue
// Outbound
new AifOutboundProcessingService().run(); // process messages in queue
new AifGateWaySendService().run(); // send messages
}
No comments:
Post a Comment