| FUSE Message Broker 5.5.0 XML Schema | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://activemq.apache.org/schema/core)>http://activemq.apache.org/schema/core)
A Broker interceptor which updates a JMS Client's timestamp on the message
with a broker timestamp. Useful when the clocks on client machines are known
to not be correct and you can only trust the time set on the broker machines.
Enabling this plugin will break JMS compliance since the timestamp that the
producer sees on the messages after as send() will be different from the
timestamp the consumer will observe when he receives the message. This plugin
is not enabled in the default ActiveMQ configuration.
2 new attributes have been added which will allow the administrator some override control
over the expiration time for incoming messages:
Attribute 'zeroExpirationOverride' can be used to apply an expiration
time to incoming messages with no expiration defined (messages that would never expire)
Attribute 'ttlCeiling' can be used to apply a limit to the expiration time
| Nested Element Summary | |||||||
| sequence |
|
||||||
| Attribute Summary | |
string | adminConnectionContext
|
boolean | futureOnly
|
ID | id
|
string | next
|
string | processNetworkMessages
|
long | ttlCeiling
setter method for ttlCeiling |
long | zeroExpirationOverride
setter method for zeroExpirationOverride |
| Attribute Detail |
Defined with global type string
Defined with global type boolean
Defined with global type ID
Defined with global type string
Defined with global type string
setter method for ttlCeiling
Defined with global type long
setter method for zeroExpirationOverride
Defined with global type long
| FUSE Message Broker 5.5.0 XML Schema | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||