Add time stamp [Settings]
When add time stamp is specified for a consumer, a time stamp is added indicating when the message was consumed. For a generator, a time stamp is added indicating when the message was generated.
To view this page in the console, click the following path:
.
Configuration tab
The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
General Properties
Enabled
If selected, a time stamp will be added to the message.
Information | Value |
---|---|
Required | No |
Data type | Boolean |
Dialect
The expression dialect to use.
Information | Value |
---|---|
Required | No |
Data type | drop-down list |
Keyword
Identifies the message part in a way defined by the chosen dialect.
- action
- Specifies the wsa:Action element.
- body
- Specifies the SOAP body element.
- dsigkey
- Specifies the key information element, which is used for digital signature.
- enckey
- Specifies the ds:KeyInfo element, which is used for encryption.
- messageid
- Specifies the wsa:MessageID element.
- relatesto
- Specifies the wsa:RelatesTo element.
- securitytoken
- Specifies any security token elements, for example the wsse:BinarySecurityToken element.
- timestamp
- Specifies the wsu:Timestamp element. This element determines whether the message is valid based upon the time that the message is sent and then received.
- to
- Specifies the wsa:To element.
/*[namespace-uri()='http://schemas.xmlsoap.org/soap/envelope/' and local-name()='Envelope']
/*[namespace-uri()='http://schemas.xmlsoap.org/soap/envelope/' and local-name()='Body']
Information | Value |
---|---|
Required | No |
Data type | String |
Expires
The expiration time of the time stamp, defined as an xsd:Duration type.
-?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+(\\.[0-9]*)?S)?)
For
example, to specify a timestamp expiration of three minutes, enter PT3M.Information | Value |
---|---|
Required | No |
Data type | String |
Additional Properties
- Properties
- Properties associated with the added time stamp.