EAI MQSeries Server Transport Parameters
In addition to supporting the common transport parameters presented in the second table in Common EAI Transport Parameters, the EAI MQSeries Server Transport uses the parameters shown in the following table. These can be specified as service method arguments, subsystem parameters, or user properties.
Argument |
Display Name |
Description |
---|---|---|
MqAcknowledgements |
Receive Acknowledgements |
Default is False. This parameter specifies whether or not delivery and arrival acknowledgements are to be received. |
MqAckPhysicalQueueName |
Acknowledgement Physical Queue Name |
If the MqAcknowledgements is set to True, then this parameter contains the name of the physical queue for acknowledgements to responses. |
MqAckQueueManagerName |
Acknowledgement Queue Manager Name |
Defaults to MqQueueManagerName if unspecified. If MqAcknowledgements is set to True, then this parameter contains the name of the queue manager for acknowledgements to responses. |
MqModelQueueName |
Model Queue Name |
Name of the MQSeries model queue. |
MqPhysicalQueueName |
Physical Queue Name |
Name of the MQSeries physical queue. You can also create an alias queue which points to a target queue and use the alias queue name as the input argument physical queue name and send messages to the target queue. Note: Using an alias queue works. However, since
the alias queue does not have a backout queue defined, the receiver
cannot roll back to the backout queue. |
MqQueueManagerName |
Queue Manager Name |
Name of the MQSeries queue manager. If this parameter is not specified, then the default Queue Manager Name, as specified in the MQSeries configuration, is used. The Response Queue Manager is the same as MqQueueManagerName. |
MqRespModelQueueName |
Response Model Queue Name |
Name of model queue for response connection. |
MqRespPhysicalQueueName |
Response Physical Queue Name |
Name of physical queue for response connection. |
MqFormat |
MQSeries Format |
The format of the message from the Siebel application to the outbound queue. |
MqSleepTime |
Sleep Time |
Default is 20000 milliseconds. The timeout interval on receive calls, in milliseconds. |
In addition to the EAI MQSeries Server Transport, you can run the MQSeries Server Receiver, which is a server component that periodically checks the MQSeries queues you specify, for inbound messages.