This shows you the differences between two versions of the page.
en:mq_series_adaptor [2022/03/18 10:38] montse [Initialization Parameters] |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======MQ Series Adaptor====== | ||
- | ===== Introduction ===== | ||
- | This adaptor is used to connect with a MQ console to be able to work with a huge amount of data. MQ queues are data structure that follow the FIFO (First in, First out) philosophy, first message in fisrt out.\\ | ||
- | |||
- | |||
- | ===== Configuration ===== | ||
- | |||
- | In the initialisation process, it is necessary to provide the information to connect to the queue. This is the information that the adapter needs:\\ | ||
- | |||
- | ===== Initialization Parameters ===== | ||
- | |||
- | * **Queue name**: Name of the queue to connect. | ||
- | * **Queue manager**: Queue manager name. | ||
- | * **Channel name**: Channel name. | ||
- | * **Host**: Ip address of the queue console. | ||
- | * **Port**: Port for the IP address of the queue console. | ||
- | * **User**: Username to access the MQ console. | ||
- | * **Password**: Password to access the MQ console. | ||
- | * **Message selector**: Option to choose a specific message. | ||
- | * **Queue type**: Type of queue to be connected. For example: Sender (Receives messages) or Receiver (Sends messages).\\ | ||
- | |||
- | |