1 Client Route
This route emulates a client that sends and receives data through JMS queues. The route picks up inbound data files from the file system and sends the data to the 2 Sample Route through the SampleRoute JMS queue. The route waits for a response message from 2 Sample Route or from 6 Response Retry Route and saves the response in the file system.
Route Structure
Route Components Description
| Inbound
|
FS Inbound |
Picks up sample 837 data from the file system. |
| To Processing
|
JMS Outbound |
Sends the data to 2 Sample Route. |
| Processing result
|
JMS Inbound |
Scans the ResponseToClient JMS queue that holds messages from 2 Sample Route and 6 Response Retry Route. |
| Response To Client
|
FS Outbound |
Stores the response messages on the file system. |