There are several configuration options available in the JMS connection factory relevant to connection pooling, message persistence, routing, transactions, and so on.
2
一旦通过了授权,就会去想如何把这种长连接持久化,以至于不用每次在访问资源时都要再授权。
And once you have authorization, you'll want to store that connection for long-term use so that you don't have to ask the user for permission to access their resources again.
3
为了维护这种持久性,应用程序组件必须能够处理并发性、连接管理、数据完整性和同步。
To maintain this type of persistence, application components must be capable of handling concurrency, connection management, data integrity, and synchronization.