Configure a custom queue

Last modified by Erik Bakker on 2023/08/23 15:20

This exercise will provide you with practical guidance on configuring both the JMS message-driven channel adapter and the JMS outbound channel adapter to register a custom queue needed within your integration.

Should you have any questions, please contact academy@emagiz.com.

1. Prerequisites

  • Completed previous exercises and microlearnings
  • Access to an eMagiz model

2. Exercise

As learned in the microlearnings related to this course, all queues are autogenerated by default. However, it can sometimes be necessary to configure your custom queue to offload certain information or retrieve a specific subset of data from a queue.

The goal of this exercise is to gain experience in configuring both a JMS message driven channel adapter and a JMS outbound channel adapter by implementing both components given the following parameter:

  • Destination name
    • async.{technical name system}.{technical name message type}.custom-queue

3. Solution

As we need to create two solutions, there are two videos in which the solution is worked out. The first video illustrates the solution related to the JMS message driven channel adapter, and the second demonstrates the JMS outbound channel adapter implementation.

3.1 JMS message driven channel adapter

3.2 JMS outbound channel adapter