...
Excerpt |
---|
The platform's loopback binding can be used to send to other applications running in the same process, not across different processes. The loopback binding is often used for unit testing in which several applications may be launched in the same process for easy debugging. |
...
Wildcard | Description |
---|---|
* | Matches 0 or more characters within a topic level For example orders/*gin* would match sends to
But not
|
... | Matches multiple topic levels and may only be used as the last leve in a topic filter strings For example orders/... would match sends to
But not
|