- 121
- 0
- 约3.38万字
- 约 34页
- 2016-08-16 发布于河南
- 举报
ActiveMQ学习笔记
(一)传输配置(Configuring Transports)1. 一个传输的URI就表示一种连接到broker的方式。一般情况下你用的第一种传输方式是TCP或是VMOne of the first kinds of URI you are likely to use is a transport URI to connect to a broker using a kind of transport. Generally TCP or VM are the first transports youll use.2. VM传输(The VM Transport)VM传输方式允许在同一个虚拟机(VM)的不同客户端能够彼此连接,而不依靠网络通讯方式。The VM transport allows clients to connect to each other inside the VM without the overhead of the network communication. 这样连接不是通过socket连接而是通过直接的方法调用以提高嵌入式消息系统的性能。The connection used is not that of a socket connection but instead uses direct method invocations to enable a
原创力文档

文档评论(0)