For 3 and 5, I think they are typos. should be role of architect, and JDBC-ODBC driver.
What is subject-based addressing?
Subject-based addressing directs messages to their destinations so
application processes can communicate without IP addresses or
connections. Subject-based addressing features a set of rules that
defines a uniform name space for messages and their destinations. The
subscriber independently looks for subject names of interest, without
regard for source.
What are the advantages of subject-based addressing?
Subject-based addressing is a more powerful technique than binding
servers to fixed names or addresses, because the mapping from subject
to server is dynamic - each server process listens to a set of
subjects, and handles requests on those subjects.
A server can adapt to changing conditions by changing the subjects to which it listens; it is
thus quite easy to relocate and
exchange server applications, and incrementally add
components to a distributed system, without any interruption in service.