Use this page to configure extended messaging settings for methods of an enterprise bean.
Datatype | String |
Datatype | String |
To add a new method, click Add. Expand the tree to select the method or methods from the EJB module
Type the global reply timeout to be used if a reply timeout is not specified on a sender method call. If you leave this field blank, no global timeout is defined.
This is the time in milliseconds after which replies, delayed within the messaging infrastructure, are considered as late and therefore the application cannot receive the response. The extended messaging service can retrieve such a response message (referred to as a late-reply message) when it arrives and pass it to a message bean provided by the application.
Data type | Integer |
Units | Milliseconds |
Default | 0 |
Range | An integer number of milliseconds, greater than or equal to 0 (0 indicates that reply messages never timeout). |
For example:
JMSType='car' AND color='blue' AND weight>2500
The selector string can refer to fields in the JMS message header and fields in the message properties. Message selectors cannot reference message body values.
Data type | String, whose syntax is based on a subset of the SQL92 conditional expression syntax. |
This string must match the name of an input port defined in the Administrative Console.
Data type | String |