Add Subscriber Queues

Subscriber message queues group together related messages or Totalmobile features, and contain reactive adapters which action messages to do something in Totalmobile. For example, if you want to send and receive bulletins, it is best practice to create a queue which groups together CreateBulletinRequest and DeleteBulletinRequest messages.

Add a Queue

  1. In WebAdmin select Integration.

  2. Under Integration Instances, select an instance.

    Use the Search field to filter the list of instances.

    The Integration Instance Configuration page appears, with the current subscriber queues displayed by default.

    If this page displays the publisher queues, select Subscribers .

  3. Select Add Queue .

  4. In the Add new queue dialog:

    1. Enter a Request name.

    2. Enter a Response name.

    3. Leave the Worker count set to 1.

    4. By default, the queue is enabled. If required, toggle the Enabled setting to disable it.

    5. Select Confirm.

      The Request name and Response name are both required for subscriber queues, but the Request name is the name used for input. You can enter anything for your Subscriber Queue Request and Response Queue names but the format \function\DirectionOfMessages is recommended, for example \Bulletin\Input.

      The subscriber queue is added to the integration instance.