Versions Compared

Key

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

...

Adding an Artemis interceptor allows the for interception of packets entering and exiting the broker. Information regarding the remote connection used in the packet transmission is also provided via the interceptor. Depending on what protocol is being used for message communication, a different kind of interceptor is required to be implemented (e.g. AmqpInterceptor for AMQP, Interceptor for Core).

...