Message Bus

From truxwiki.com
Revision as of 08:22, 22 July 2020 by Sam (talk | contribs) (Created page with "The way that Truxton can scale exploitation processing is by using a [https://en.wikipedia.org/wiki/Message-oriented_middleware Message Bus.] =What is a Message Bus= A messag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The way that Truxton can scale exploitation processing is by using a Message Bus.

What is a Message Bus

A message bus is way of using messages to communicate between processes. The messages reside in a message queue. Each Truxton exploitation process in the ETL layer subscribes to a message queue. When someone needs an exploitation process to operate on a file, they put a message onto that process' queue.