Chapter 21. Browsing messages

Overview

A key tool in debugging applications in a distributed environment is seeing all of the messages stored in the JMS destinations and route endpoints in the application. The tooling can browse the following:

  • JMS destinations
  • JMS routing endpoints
  • Apache Camel routing endpoints
  • SEDA routing endpoints
  • Browse routing endpoints
  • Mock routing endpoints
  • VM routing endpoints
  • DataSet routing endpoints

Procedure

To browse messages:

  1. In the JMX Navigator view, select the JMS destination or endpoint you want to browse.

    The list of messages appears in the Messages View.

  2. In the Messages View, select an individual message to inspect.

    browseMsgView

    Message details and content are displayed in the Properties view:

    browseMsgPropertiesV