Requests that the message be routed to a destination. This is a majority of messages used for invocations. The
message will be routed based on subsequent routing information.
Returns the routing information for the service. This includes a listing of current routes. The response contains
a set of frame pairs. The first of each in the pair includes the NodeID and the second contains the string
representation of the destination route.
Opens a route to a node by specifying the NodeId and instance connect address. If a route is already
opened then this simply returns the already established connection string.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Gets the JeroMQRoutingCommand or throw an IllegalArgumentException if the command could not
be understood. This removes the first frame of the message allowing subsequent processing to take place.
Parameters:
zMsg - the message from which to read the command.