Integrating with external systems occurs using many methods such as employing JMS queues, usingWeb services, and applica
Posted: Fri Aug 26, 2022 9:56 am
Integrating with external systems occurs using many methods such as employing JMS queues, usingWeb services, and application import and export functionality. What best describes the difference between using JMS queues versus the Interactions (Web services) application?
A. The Web service interactions will avoid creating JMS queues.
B. JMS queues are typically asynchronous events, and Web services are synchronous events.
C. JMS queues require jmsqueueconsumer cron and the Web services require webservicesconsumer cron.
D. JMS queues are used to import and export bulk transactions data such asinventory items, and Web service interactions are used to import and export non transactional data.
A. The Web service interactions will avoid creating JMS queues.
B. JMS queues are typically asynchronous events, and Web services are synchronous events.
C. JMS queues require jmsqueueconsumer cron and the Web services require webservicesconsumer cron.
D. JMS queues are used to import and export bulk transactions data such asinventory items, and Web service interactions are used to import and export non transactional data.