MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 45


What is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?

Show Answer
Correct Answer: A

The JMS connector supports both sending and receiving of JMS messages over the protocol determined by the JMS provider. This means that the Mule application interacts with the JMS provider using the protocol that the provider specifies, and it handles both the sending and receiving of messages through that established protocol.

Discussion

3 comments
Sign in to comment
dushnyaoOption: A
Feb 15, 2022

A. Can't be D.The JMS connector does not have to establish a connection with the JMS recipient as the puts and get are done between the JMS recepient and the JMS provider, otherwise it would not be async communication.

madgeezerOption: A
Aug 4, 2022

A. The JMS connector supports both sending and receiving of JMS messages over the protocol determined by the JMS provider

SH65Option: A
Feb 4, 2024

A is correct