Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Request Access

  1. Review UHIMS Events - Message Specs and determine which messages you are interested in.
  2. Contact its-iam-help@lists.hawaii.edu to request access:
    • State that you want to consume UHIMS Events
    • Provide a desired username for the UH Message Broker. This should be something related to your application, not your personal username, e.g.
      • uhm_student_housing
    • Provide a desired queue name. It will always be preceded by the above username, e.g.
      • uhm_student_housing.prod
      • (warning) You must register your queues with us. We will declare the queue and its bindings for you. This is to ensure the queues exist and have the correct settings for persistence, high-availability, etc.
    • Provide the message routing key pattern for the messages you want to be routed to your queue. It is OK to provide multiple patterns. Here are some examples:
      • # (you are interested in all messages)
      • username.# (you only want username messages)
      • affiliation.*.*.uhm.hris (you only want affiliation changes for UH Manoa coming from PeopleSoft)

Download Client Software

To receive UHIMS Events, you need to connect to the UH Message Broker. Download the RabbitMQ client of your choice.

Consume Messages

See Consumer Code Example

  • No labels