Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • listen on a specified socket using either TCP or UDP protocols (with optional SSL support),
  • receive requests on the socket using text/xml, binary and serialized object based payloads and
  • send them along on a route as message exchanges.

The consumer mode supports both one-way and request-response based operations.

Usage Samples

Example 1: A UDP based Netty consumer endpoint supporting Request-Reply communication and serialized Object payload

...