通过JMS API,可以直接连接JMS Resource Provider,为什么还要通过JCA的方式,搞出一个JMS CONNECTOR?因为:
文档说:JMS CONNECTOR提供一些附加价值: transaction, pooling,signed-on
如果用了JMS CONNECTOR,应该注意啥?
文档说:when using the JMS Connector, the application need not (and in general should not) directly look up or use any RP resources.