[5.0 only]Extended messaging assembly properties for EJB modules

Use this page to configure extended messaging settings for methods of an enterprise bean.

Name
Specifies a name for the mapping between extended messaging settings and one or more methods.
Datatype String
Description
Contains text that describes the mapping
Datatype String
Methods
The methods to which these settings apply.

To add a new method, click Add. Expand the tree to select the method or methods from the EJB module

Reply timeout
The time in milliseconds after which replies, delayed within the messaging infrastructure, are considered as late.

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).
Message selector
The JMS message selector to be used to determine which messages the method handles.

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.
Handle late responses
Select this checkbox if you want to generate a method to handle late responses.
Late response handler listener port name
The name of the input port used to handle late responses.

This string must match the name of an input port defined in the Administrative Console.

Data type String

Related concepts
Extended messaging - handling late responses
Related tasks
Developing an enterprise application to use extended messaging



Searchable topic ID:   uaat_ejbcmm
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/aat_pme/ui/uaat_ejbcmm.html

Library | Support | Terms of Use | Feedback