WebLogic JMS文档翻译问题之二:《WebLogic JMS Fundamentals》
以下是我在看《WebLogic JMS Fundamentals》遇到的几个问题
想请教以下JMS和英文高手
-----------------------------------------------------------------------
1. In the WebLogic Server, JMS traffic is multiplexed with other WebLogic services on the client connection to the server.
2. By default, a connection is created in stopped mode.
~~~~~~~~~~~~
3. Transacted sessions do not support this capability as the transaction is restricted to accessing the messages associated with that session.
4. You may set the JMSReplyTo to null, which may have a semantic meaning to the receiving application, such as a notification event.
5. If message traffic is heavy, the connection consumer can load each server session with multiple messages to minimize thread context
~~~~~~~~~~~~~~
switching.
~~~~~~~~~~