差异 b/w JMS 主机和 JMS 服务器

Difference b/w JMS host and JMS server

b/w JMS hostJMS Server(Broker) 有什么不同吗?或者它们代表相同的东西 JMS Server ?

什么是 JMS 主机?

A JMS host refers to a Message Queue broker.

来源:https://docs.oracle.com/cd/E19798-01/821-1752/beaog/index.html

什么是 JMS 服务器?

JMS servers are environment-related configuration entities that act as management containers for the queues and topics in JMS modules that are targeted to them. A JMS server's primary responsibility for its destinations is to maintain information on what persistent store is used for any persistent messages that arrive on the destinations, and to maintain the states of durable subscribers created on the destinations.

来源:http://docs.oracle.com/html/E24401_02/taskhelp/jms_servers/ConfigureJMSServers.html

所以这两个术语实际上指的是同一个实体。