Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [JGroups] Added SRC/DEST producer information.

...

HeaderConstantSince versionDescription
JGROUPS_ORIGINAL_MESSAGEJGroupsEndpoint.HEADER_JGROUPS_ORIGINAL_MESSAGE2.13.0The original org.jgroups.Message instance from which the body of the consumed message has been extracted.
JGROUPS_SRCJGroupsEndpoint.HEADER_JGROUPS_SRC2.10.0

Consumer: The org.jgroups.Address instance extracted by org.jgroups.Message.getSrc() method of the consumed message.

Producer: The custom source org.jgroups.Address of the message to be sent.

JGROUPS_DESTJGroupsEndpoint.HEADER_JGROUPS_DEST2.10.0

Consumer: The org.jgroups.Address instance extracted by org.jgroups.Message.getDest() method of the consumed message.

Producer: The custom destination org.jgroups.Address of the message to be sent.

JGROUPS_CHANNEL_ADDRESSJGroupsEndpoint.HEADER_JGROUPS_CHANNEL_ADDRESS2.13.0Address (org.jgroups.Address) of the channel associated with the endpoint.

...