Verifying the Consumer in ActiveMQ

You can verify that the Resolution Service is the only consumer of the resolve queue by following these steps:

Open the ActiveMQ Web Console.

  • Access the ActiveMQ Web Console using the following URL:

    http://<hostname>:<port>/admin
  • To directly view the list of queues, navigate to:

    http://<hostname>:<port>/admin/queues.jsp

Replace <hostname> and <port> with the appropriate values for your ActiveMQ instance.

Locate the resolve queue.

Confirm that only one consumer is listed: - This should be the Dirx Identity Resolution Service.

ActiveMQ Web Console
Figure 1. ActiveMQ Web Console

This confirms that no other service (such as the original adapter) is competing for messages on the resolve queue.