PROCESSDURATION

This property determines whether a subscriber guarantees to process quickly any message it receives before returning control to IBM MQ classes for JMS.


Applicable Objects

ConnectionFactory, TopicConnectionFactory

JMS administration tool long name: PROCESSDURATION

JMS administration tool short name: PROCDUR


Programmatic access

Setters/getters

  • MQConnectionFactory.setProcessDuration()
  • MQConnectionFactory.getProcessDuration()


Values

    UNKNOWN
    A subscriber can give no guarantee about how quickly it can process any message it receives. This is the default value.

    SHORT
    A subscriber guarantees to process quickly any message it receives before returning control to IBM MQ classes for JMS.

Parent topic: Properties of IBM MQ classes for JMS objects