I am trying to understand the JMS concepts and came across below statement from document http://docs.oracle.com/javaee/1.4/tutorial/doc/JMS3.html:
A JMS provider is a messaging system that implements the JMS interfaces and provides administrative and control features. An implementation of the Java EE platform includes a JMS provider.
What are administrative and control features that are provided by JMS provider?