Exam MCIA - Level 1 All QuestionsBrowse all questions from this 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)?

    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
SH65Option: A

A is correct

madgeezerOption: A

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

dushnyaoOption: A

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.