What is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?
What is true about the network connections when a Mule application uses a JMS connector to interact with a JMS provider (message broker)?
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.
A is correct
A. The JMS connector supports both sending and receiving of JMS messages over the protocol determined by the JMS provider
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.