Services Framework queue
This queue is the main processing queue that is used to receive messaging requests. Services Framework retrieves the messages from the Services Framework queue based on the message priority. Message priority value is an integer in the range 0 - 9. Zero is the lowest message priority and nine is the highest.
When messages are delivered, their priorities affect their order of delivery. Messages with higher priorities are delivered before the messages with lower priorities. Messages of equal priorities are delivered in the order of their arrival. For more information about message priority, see the IBM® MQ documentation.
Property | Value | Description |
---|---|---|
Scope | Cell | Specifies the level at which the resource definition is visible. For a stand-alone
server installation, the JMS queue is to be configured at the cell scope. For example,
For a cluster installation, the JMS queue is to be configured at the
cluster scope. For example, |
Provider | The IBM MQ messaging provider. | The name of the messaging provider. |
Name | Customer specified | The name of the queue definition. The recommended name is FXH.SERVICESFRAMEWORK.INPUT.QUEUE. |
JNDI name | jms/iyb/services/BaseServicesQ | The Java™ Naming and Directory Interface (JNDI)
name. Note: The value for this entry must be exactly as shown.
|
Queue name | Customer specified | The actual name of the IBM MQ queue to use. |
Append RFH version 2 headers to messages sent to this destination | Selected | When this property is selected, the messaging provider generates and includes an RFH version 2 header in the messages that it sends. When messages are received, the messaging provider acts as if the value is set to JMS. |