|
|
|
|
|
by GordonS
2591 days ago
|
|
> -All "requests" will succeed even if malformed Took me a minute to grok this, but I think you mean, message bus clients can send 'any old shit' and the broker will happily queue it? A lot of the more 'managed' (abstracted) clients in the statically typed world deal with this by structuring queues by the object type/interface. A bad actor could probably circumvent this if they really wanted, but for normal usage it will at least ensure that objects sent are of the expected type. This means that in real-world usage, this isn't an issue. |
|