|
VLink 2.0.0
A high-performance communication middleware
|
Transport configuration for the intra:// in-process messaging backend.
更多...
Transport configuration for the intra:// in-process messaging backend.
IntraConf configures the in-process message queue transport, which delivers messages between publishers and subscribers running in the same OS process without any serialisation or inter-process overhead.
intra:// supports all six node types: kPublisher, kSubscriber, kServer, kClient, kSetter, and kGetter.| Component | Description |
|---|---|
address | Topic name; formed from host + "/" + path |
event | Optional secondary filter string (?event=) |
pipeline | Queue pipeline depth (?pipeline=N, default 0) |
type | Delivery mode: "queue" or "direct" (fragment) |
VLINK_SUPPORT_INTRA is defined. address string must not be empty.