messageTTL in activemq.xml is not reflected in karaf
Issue
- The messageTTL that we have in our activemq.xml is not correctly reflected in the karaf output. In Activemq.xml its 2 but in karaf output it is shown 1.
Please provide pointers as to why this is? Is this a known issue? If so, what is the resolution?
activemq.xml
<networkConnector name="xyz" uri="static:(ssl://abc:61616)" conduitSubscriptions="false" networkTTL="1" messageTTL="2" consumerTTL="1" decreaseNetworkConsumerPriority="true" duplex="false" />
karaf output
PrefetchSize = 1000
ConduitSubscriptions = false
BridgeTempDestinations = true
brokerName = USGBRD0111281
ConsumerTTL = 1
DynamicOnly = false
connector = networkConnectors
SuppressDuplicateQueueSubscriptions = false
MessageTTL = 1
Duplex = false
Name = xyz
DecreaseNetworkConsumerPriority = true
type = Broker
SuppressDuplicateTopicSubscriptions = true
DispatchAsync = true
networkConnectorName = xyz
Environment
- Red Hat JBoss Fuse
- 6.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.