Listen (-LSN)
Use the Listen adapter command (-LSN) for data sources to indicate the length of time (in seconds) that the TIBCO Rendezvous Adapter waits for a message to be received. Map execution is suspended until the message is received or until the specified time lapses. The default value is one hour (3600 seconds).
-LSN {0|S|wait_time_in_sec}
- Option
- Description
- 0
- Do not wait at all. If there is no input available, the adapter does not wait for more messages.
- S
- This is an infinite wait time.
- wait_time_in_sec
- This is the number of seconds that the adapter waits for a message.
For example, to specify a wait time of two minutes, the syntax would be:
-LSN 120
The maximum period of time available is 128 hrs (460800 seconds). The Listen adapter command (-LSN) is ignored when dealing with certified messages.