Wiki source code of Configure a custom queue

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

Show last authors
1 {{container}}{{container layoutStyle="columns"}}(((
2 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.
3
4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5
6 == 1. Prerequisites ==
7
8 * Completed previous exercises and microlearnings
9 * Access to an eMagiz model
10
11 == 2. Exercise ==
12
13 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.
14
15 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:
16
17 * Destination name
18 ** async.{technical name system}.{technical name message type}.custom-queue
19
20 == 3. Solution ==
21 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.
22
23 === 3.1 JMS message driven channel adapter ===
24
25 {{video attachment="advanced-orchestration-of-data-packets-listening-for-data-on-a-custom-queue.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
26
27 === 3.2 JMS outbound channel adapter ===
28
29 {{video attachment="advanced-orchestration-of-data-packets-sending-data-to-a-custom-queue.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
30
31 )))((({{toc/}}))){{/container}}{{/container}}