Explain the Role of the JMS Provider?JMS Provider is an implementation of the JMS interface for a Message Oriented Middleware (MOM). Providers are implemented as either a Java JMS implementation or an adapter to a non-Java MOM. Their functions are:
a. Handling security of messages b. Data Conversion c. Client triggering d. Specifying encryption level, security level, best data type for JMS Client.
|